blob: dfbb5b0e7df80f63f51245795f0d1dd64bc7bd40 [file] [log] [blame]
// 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_