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

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
« no previous file with comments | « chrome/installer/util/app_commands.cc ('k') | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_update_constants.h
===================================================================
--- chrome/installer/util/google_update_constants.h (revision 76747)
+++ chrome/installer/util/google_update_constants.h (working copy)
@@ -25,27 +25,34 @@
extern const wchar_t kRegPathClientState[];
extern const wchar_t kRegPathClientStateMedium[];
+// The name of the "Commands" key that lives in an app's Clients key
+// (a.k.a. "Version" key).
+extern const wchar_t kRegCommandsKey[];
+
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 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[];
« no previous file with comments | « chrome/installer/util/app_commands.cc ('k') | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698