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-22 08:05:50 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-22 08:05:50 +0000
commitb1b340a939cd35fd4d5be6c38e54c73f526bfe46 (patch)
treef6558f761d8543dea6ddd9936963075b6876b14e /ash/ash_switches.cc
parent9fb8bd07d02facec663c17f84cd140c2b8004d18 (diff)
downloadchromium_src-b1b340a939cd35fd4d5be6c38e54c73f526bfe46.zip
chromium_src-b1b340a939cd35fd4d5be6c38e54c73f526bfe46.tar.gz
chromium_src-b1b340a939cd35fd4d5be6c38e54c73f526bfe46.tar.bz2
Remove PerBrowser launcher, reland step 1 of 2
Relanding https://chromiumcodereview.appspot.com/22887015/ in two steps to preserve history of c/b/ui/ash/launcher/chrome_launcher_controller_per_app.* Step 2 will rename chrome_launcher_controller_per_app.* to chrome_launcher_controller.* Original description: 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. BUG=169303 TEST=unit_tests, browser_tests Launcher* TBR=skuhne@chromium.org Review URL: https://chromiumcodereview.appspot.com/23068021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index acb106f..c046bd1 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -66,9 +66,6 @@ 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";