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

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: Removing shortcut install (will do in different CL), but keeping some refactoring. 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
Index: chrome/installer/util/util_constants.cc
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index 4112b722e607526904366454bf1ac9b8b1cd6d82..be66cd7dae08ca03a1f50ce9b04e5d1db43cd1ab 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -18,6 +18,9 @@ const char kChrome[] = "chrome";
// Install Chrome App Host.
const char kChromeAppHost[] = "app-host";
+// Install Chrome App Launcher.
grt (UTC plus 2) 2012/10/30 13:02:55 Please add to this comment explaining that, in you
huangs 2012/10/30 20:35:07 Done.
+const char kChromeAppLauncher[] = "app-launcher";
+
// Install Chrome Frame.
const char kChromeFrame[] = "chrome-frame";
@@ -223,6 +226,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";
« chrome/installer/util/chrome_app_host_operations.cc ('K') | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698