From e4b812270d6143e0aa8bafb7037b45f073287e34 Mon Sep 17 00:00:00 2001 From: "skuhne@google.com" Date: Tue, 5 Feb 2013 15:38:42 +0000 Subject: Not great - but temporary of nature: Disabling the new launcher per default, but leaving the old flags for unit test reasons in. BUG=174052 TEST=visual&unit test TBR=jamescook@chromiumorg.com Review URL: https://codereview.chromium.org/12183031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180704 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ash_switches.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ash/ash_switches.cc') diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index b50b7d4..1b9299e 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -70,6 +70,9 @@ const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher"; // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; +// Disable the new launcher version temporarily by default for the M25 release. +const char kAshEnablePerAppLauncher[] = "ash-enable-per-app-launcher"; + // Enables showing the tray bubble by dragging on the shelf. const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; -- cgit v1.1