| // Copyright 2019 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "weblayer/shell/common/shell_switches.h" |
| |
| namespace weblayer { |
| namespace switches { |
| |
| // Stops new Shell objects from navigating to a default url. |
| const char kNoInitialNavigation[] = "no-initial-navigation"; |
| |
| // Starts the shell with the profile in incognito mode. |
| const char kStartInIncognito[] = "start-in-incognito"; |
| |
| } // namespace switches |
| } // namespace weblayer |