Rename "App Host" to "App Launcher" in user-visible UI
commit6daf7510a1776c85e2add58436c6f6f91d2f3500
authorhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jan 2013 21:39:37 +0000 (30 21:39 +0000)
committerhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jan 2013 21:39:37 +0000 (30 21:39 +0000)
treea94abf80e26a8b19f4920131e45e8ebd690bb5a8
parentf010765c4093b47650fdf4033468a181f217eb49
Rename "App Host" to "App Launcher" in user-visible UI

Changes include:
- User-visible strings, e.g., application name, shortcut name, tootips.
- The associated IDS_ message names.
- Log messages.
- Uninstall entry in the registry => Need transient code to delete old uninstall entry.

Changes exclude:
- Executable app_host.exe (correct, since it is a helper program, not the launcher itself).
- App command "quick-enable-application-host".
- Source filenames.
- Comments (separate cleanup -- now we consider "app host" and "app launcher" equivalent, to be cleaned up elsewhere).
- Dead code (--app-host switch and associated code; these should be cleaned up elsewhere).

Caveat: Existing shortcuts that states "App Host" will NOT be forced to say "App Launcher" => This CL is mostly for new installs.

BUG=166980

Review URL: https://chromiumcodereview.appspot.com/12040012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179704 0039d316-1c4b-4281-b951-d872f2087c98
chrome/app/chromium_strings.grd
chrome/app/google_chrome_strings.grd
chrome/browser/extensions/app_host/binaries_installer.cc
chrome/browser/extensions/app_host/update.cc
chrome/browser/extensions/app_host_installer_win.cc
chrome/installer/setup/setup_main.cc
chrome/installer/util/chrome_app_host_distribution.cc
chrome/installer/util/installation_validator.cc
chrome/installer/util/prebuild/create_string_rc.py