| Index: chrome/browser/dom_ui/app_launcher_handler.cc
|
| diff --git a/chrome/browser/dom_ui/app_launcher_handler.cc b/chrome/browser/dom_ui/app_launcher_handler.cc
|
| index b63f573186860d958179945e6fbaabb12c8af1d9..13a51914928247f4bb258efe1898d5fa0e0fca79 100644
|
| --- a/chrome/browser/dom_ui/app_launcher_handler.cc
|
| +++ b/chrome/browser/dom_ui/app_launcher_handler.cc
|
| @@ -181,10 +181,6 @@ void AppLauncherHandler::FillAppDictionary(DictionaryValue* dictionary) {
|
| }
|
| dictionary->Set("apps", list);
|
|
|
| - bool showLauncher =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableAppLauncher);
|
| - dictionary->SetBoolean("showLauncher", showLauncher);
|
| -
|
| #if defined(OS_MACOSX)
|
| // App windows are not yet implemented on mac.
|
| dictionary->SetBoolean("disableAppWindowLaunch", true);
|
|
|