Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc

Issue 12221155: Turning the new launcher back on by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index 6a7ee2e4c4d40056016ef0295f3c51779558a419..c547fc9a23ed6ec783cee96b13ed2f90826d774d 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -19,8 +19,8 @@ ChromeLauncherController* ChromeLauncherController::CreateInstance(
// We do not check here for re-creation of the ChromeLauncherController since
// it appears that it might be intentional that the ChromeLauncherController
// can be re-created.
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- ash::switches::kAshEnablePerAppLauncher))
+ if (!CommandLine::ForCurrentProcess()->HasSwitch(
+ ash::switches::kAshDisablePerAppLauncher))
instance_ = new ChromeLauncherControllerPerApp(profile, model);
else
instance_ = new ChromeLauncherControllerPerBrowser(profile, model);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698