diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 01:18:07 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 01:18:07 +0000 |
commit | 2bce5e17baa53ab9547a0dd8bb4c5eb005277264 (patch) | |
tree | a39552d4d2fa97b3781cf7331b9b8ad96c5cceb4 /chrome/browser/dom_ui/app_launcher_handler.cc | |
parent | f6f2073d8c8fff901501eb4cc3f3e30a5467d608 (diff) | |
download | chromium_src-2bce5e17baa53ab9547a0dd8bb4c5eb005277264.zip chromium_src-2bce5e17baa53ab9547a0dd8bb4c5eb005277264.tar.gz chromium_src-2bce5e17baa53ab9547a0dd8bb4c5eb005277264.tar.bz2 |
Re-land r47079: Shorten several appsrelated flags.
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/app_launcher_handler.cc')
-rw-r--r-- | chrome/browser/dom_ui/app_launcher_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/app_launcher_handler.cc b/chrome/browser/dom_ui/app_launcher_handler.cc index 8470f6b..2726cf6 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); bool show_debug_link = CommandLine::ForCurrentProcess()->HasSwitch( switches::kAppsDebug); |