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

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

Issue 6588003: Add support for the quick-enable-cf command to the installer. This encompase... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/google_update_constants.h
===================================================================
--- chrome/installer/util/google_update_constants.h (revision 76372)
+++ chrome/installer/util/google_update_constants.h (working copy)
@@ -27,25 +27,28 @@
extern const wchar_t kRegApField[];
extern const wchar_t kRegBrowserField[];
+extern const wchar_t kRegCFEndTempOptOutCmdField[];
+extern const wchar_t kRegCFOptInCmdField[];
+extern const wchar_t kRegCFOptOutCmdField[];
+extern const wchar_t kRegCFTempOptOutCmdField[];
extern const wchar_t kRegClientField[];
+extern const wchar_t kRegCommandLineField[];
extern const wchar_t kRegDidRunField[];
+extern const wchar_t kRegEULAAceptedField[];
extern const wchar_t kRegLangField[];
extern const wchar_t kRegLastCheckedField[];
+extern const wchar_t kRegMSIField[];
extern const wchar_t kRegMetricsId[];
-extern const wchar_t kRegMSIField[];
extern const wchar_t kRegNameField[];
+extern const wchar_t kRegOldVersionField[];
extern const wchar_t kRegOopcrashesField[];
-extern const wchar_t kRegOldVersionField[];
+extern const wchar_t kRegRLZBrandField[];
+extern const wchar_t kRegReferralField[];
extern const wchar_t kRegRenameCmdField[];
-extern const wchar_t kRegRLZBrandField[];
+extern const wchar_t kRegSendsPingsField[];
extern const wchar_t kRegUsageStatsField[];
extern const wchar_t kRegVersionField[];
-extern const wchar_t kRegReferralField[];
-extern const wchar_t kRegEULAAceptedField[];
-extern const wchar_t kRegCFTempOptOutCmdField[];
-extern const wchar_t kRegCFEndTempOptOutCmdField[];
-extern const wchar_t kRegCFOptOutCmdField[];
-extern const wchar_t kRegCFOptInCmdField[];
+extern const wchar_t kRegWebAccessibleField[];
// last time that chrome ran in the Time internal format.
extern const wchar_t kRegLastRunTimeField[];

Powered by Google App Engine
This is Rietveld 408576698