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

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

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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.h
===================================================================
--- chrome/installer/util/util_constants.h (revision 71802)
+++ chrome/installer/util/util_constants.h (working copy)
@@ -66,6 +66,8 @@
// Chrome Frame.
READY_MODE_END_TEMP_OPT_OUT_FAILED, // 38. Failed to end temporary opt-out
// of Chrome Frame.
+ CONFLICTING_CHANNEL_EXISTS, // 39. A multi-install product on a different
+ // update channel exists.
};
namespace switches {
@@ -141,6 +143,11 @@
extern const wchar_t kInstallerResultUIString[];
extern const wchar_t kInstallerSuccessLaunchCmdLine[];
+// Product options.
+extern const wchar_t kOptionCeee[];
+extern const wchar_t kOptionMultiInstall[];
+extern const wchar_t kOptionReadyMode[];
+
} // namespace installer
#endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698