// 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_