| Index: chrome/browser/dom_ui/new_tab_ui.cc
|
| diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc
|
| index 39a2289d60595a6fc22554f4e9d692b728b11933..693618e1e3a8dc5780150f6dfff5152571b07596 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui.cc
|
| +++ b/chrome/browser/dom_ui/new_tab_ui.cc
|
| @@ -505,8 +505,7 @@ NewTabUI::NewTabUI(TabContents* contents)
|
| if (ProfileSyncService::IsSyncEnabled()) {
|
| AddMessageHandler((new NewTabPageSyncHandler())->Attach(this));
|
| }
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExtensionApps)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableApps)) {
|
| ExtensionsService* service = GetProfile()->GetExtensionsService();
|
| AddMessageHandler((new AppLauncherHandler(service))->Attach(this));
|
| }
|
|
|