blob: dfbb5b0e7df80f63f51245795f0d1dd64bc7bd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef WEBLAYER_SHELL_COMMON_SHELL_SWITCHES_H_
#define WEBLAYER_SHELL_COMMON_SHELL_SWITCHES_H_
namespace weblayer {
namespace switches {
extern const char kNoInitialNavigation[];
extern const char kStartInIncognito[];
} // namespace switches
} // namespace weblayer
#endif // WEBLAYER_SHELL_COMMON_SHELL_SWITCHES_H_
|