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); |