Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: chrome/browser/dom_ui/app_launcher_handler.cc

Issue 1991009: Shorten several apps-related flags (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698