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

Unified Diff: chrome/installer/util/util_constants.cc

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits; added localized string for App Launcher uninstall shortcut. Created 8 years, 2 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
« no previous file with comments | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.cc
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index 2968b256b8dbbecfe7ca4c88188eac76031e7ba7..bc4342ab83f691ccb6a98ce8241ba07335a07e76 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -18,6 +18,11 @@ const char kChrome[] = "chrome";
// Install Chrome App Host.
const char kChromeAppHost[] = "app-host";
+// Install Chrome App Launcher, which subsumes Chrome App Host, i.e.,
+// App Launcher install converts App Host to App Launcher, and all subsequent
+// App Host updates/uninstalls become App Launcher updates/uninstalls.
+const char kChromeAppLauncher[] = "app-launcher";
+
// Install Chrome Frame.
const char kChromeFrame[] = "chrome-frame";
@@ -222,6 +227,7 @@ const wchar_t kInstallerSuccessLaunchCmdLine[] =
// command line.
const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine";
+const wchar_t kOptionAppHostIsLauncher[] = L"app-host-is-launcher";
const wchar_t kOptionMultiInstall[] = L"multi-install";
const wchar_t kOptionReadyMode[] = L"ready-mode";
« no previous file with comments | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698