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

Side by Side Diff: chrome/installer/util/google_update_constants.h

Issue 2306373002: Write the _DidRun per-user stat along with the usual "dr".
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the command-line switches used with Google Update. 5 // Defines all the command-line switches used with Google Update.
6 6
7 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 7 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
8 #define CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 8 #define CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
9 9
10 namespace google_update { 10 namespace google_update {
(...skipping 27 matching lines...) Expand all
38 extern const wchar_t kRegBrandField[]; 38 extern const wchar_t kRegBrandField[];
39 extern const wchar_t kRegBrowserField[]; 39 extern const wchar_t kRegBrowserField[];
40 extern const wchar_t kRegCFEndTempOptOutCmdField[]; 40 extern const wchar_t kRegCFEndTempOptOutCmdField[];
41 extern const wchar_t kRegCFOptInCmdField[]; 41 extern const wchar_t kRegCFOptInCmdField[];
42 extern const wchar_t kRegCFOptOutCmdField[]; 42 extern const wchar_t kRegCFOptOutCmdField[];
43 extern const wchar_t kRegCFTempOptOutCmdField[]; 43 extern const wchar_t kRegCFTempOptOutCmdField[];
44 extern const wchar_t kRegClientField[]; 44 extern const wchar_t kRegClientField[];
45 extern const wchar_t kRegCommandLineField[]; 45 extern const wchar_t kRegCommandLineField[];
46 extern const wchar_t kRegCriticalVersionField[]; 46 extern const wchar_t kRegCriticalVersionField[];
47 extern const wchar_t kRegDidRunField[]; 47 extern const wchar_t kRegDidRunField[];
48 extern const wchar_t kRegDidRunStat[];
48 extern const wchar_t kRegEULAAceptedField[]; 49 extern const wchar_t kRegEULAAceptedField[];
49 extern const wchar_t kRegGoogleUpdateVersion[]; 50 extern const wchar_t kRegGoogleUpdateVersion[];
50 extern const wchar_t kRegInstallerProgress[]; 51 extern const wchar_t kRegInstallerProgress[];
51 extern const wchar_t kRegLangField[]; 52 extern const wchar_t kRegLangField[];
52 extern const wchar_t kRegLastStartedAUField[]; 53 extern const wchar_t kRegLastStartedAUField[];
53 extern const wchar_t kRegLastCheckedField[]; 54 extern const wchar_t kRegLastCheckedField[];
54 extern const wchar_t kRegLastCheckSuccessField[]; 55 extern const wchar_t kRegLastCheckSuccessField[];
55 extern const wchar_t kRegLastInstallerResultField[]; 56 extern const wchar_t kRegLastInstallerResultField[];
56 extern const wchar_t kRegLastInstallerErrorField[]; 57 extern const wchar_t kRegLastInstallerErrorField[];
57 extern const wchar_t kRegLastInstallerExtraField[]; 58 extern const wchar_t kRegLastInstallerExtraField[];
(...skipping 22 matching lines...) Expand all
80 // Last time that chrome ran in the Time internal format. 81 // Last time that chrome ran in the Time internal format.
81 extern const wchar_t kRegLastRunTimeField[]; 82 extern const wchar_t kRegLastRunTimeField[];
82 83
83 // The name of the value where Google Update reads the list of experiments for 84 // The name of the value where Google Update reads the list of experiments for
84 // itself and Chrome. 85 // itself and Chrome.
85 extern const wchar_t kExperimentLabels[]; 86 extern const wchar_t kExperimentLabels[];
86 87
87 } // namespace google_update 88 } // namespace google_update
88 89
89 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 90 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698