| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
| index 17a710d32c6ac7b2e6eb29c9a8da09e2a5270de6..395a996f3d4594aa29357aa465012a44511ad4ad 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
| @@ -386,7 +386,6 @@ void AppLauncherHandler::FillAppDictionary(base::DictionaryValue* dictionary) {
|
| #if defined(OS_MACOSX)
|
| // App windows are not yet implemented on mac.
|
| dictionary->SetBoolean("disableAppWindowLaunch", true);
|
| - dictionary->SetBoolean("disableCreateAppShortcut", true);
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|