| 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 031686f0c5e6a7663ff58d9088a4bf00f2631940..3228e846c250265c8aa40d81c8e693cd70619a45 100644
|
| --- a/chrome/browser/dom_ui/app_launcher_handler.cc
|
| +++ b/chrome/browser/dom_ui/app_launcher_handler.cc
|
| @@ -89,9 +89,9 @@ void AppLauncherHandler::HandleGetApps(const Value* value) {
|
|
|
| // TODO(aa): Decide the final values for these and remove the switches.
|
| gallery_title = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| - switches::kAppLauncherGalleryTitle);
|
| + switches::kAppsGalleryTitle);
|
| gallery_url = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| - switches::kAppLauncherGalleryURL);
|
| + switches::kAppsGalleryURL);
|
|
|
| DictionaryValue dictionary;
|
| dictionary.SetString(L"galleryTitle", gallery_title);
|
|
|