summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 19:57:06 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 19:57:06 +0000
commit32c440643c4676ed450353c1811588bbd59415bb (patch)
tree9078c683d56b9e3ffd427af2abbe00e94d5bfea3 /ash/ash_switches.cc
parent500d24e7c84a4bb55315dcb4dd612e3d3800b379 (diff)
downloadchromium_src-32c440643c4676ed450353c1811588bbd59415bb.zip
chromium_src-32c440643c4676ed450353c1811588bbd59415bb.tar.gz
chromium_src-32c440643c4676ed450353c1811588bbd59415bb.tar.bz2
Revert 218674 "Remove PerBrowser launcher"
> Remove PerBrowser launcher > > Remove per-browser.* and related tests. > Remove IsPerAppLauncher() interface in LauncherDelegate. > Remove ash-disable-per-app-launcher switch. > Change class name from ChromeLauncherControllerPerApp to ChromeLauncherController. > > In the next CL, BrowserLauncherItemController will be replaced with new browser status monitor only for monitoring browser and tab status. > > R=skuhne@chromium.org,jamescook@chromium.org > BUG=169303 > TEST=unit_tests, browser_tests > > Review URL: https://chromiumcodereview.appspot.com/22887015 TBR=simon.hong81@gmail.com Review URL: https://codereview.chromium.org/22903020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index c046bd1..acb106f 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -66,6 +66,9 @@ const char kAshDisableDisplayChangeLimiter[] =
// If present new lock animations are enabled.
const char kAshDisableNewLockAnimations[] = "ash-disable-new-lock-animations";
+// Disable the per application grouping version of the launcher.
+const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher";
+
// Disable immersive fullscreen mode, regardless of default setting.
const char kAshDisableImmersiveFullscreen[] =
"ash-disable-immersive-fullscreen";