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