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 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: addressed final review comments by Alexei Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/util_constants.h » ('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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 extern const wchar_t kRegRLZReactivationBrandField[]; 69 extern const wchar_t kRegRLZReactivationBrandField[];
70 extern const wchar_t kRegReferralField[]; 70 extern const wchar_t kRegReferralField[];
71 extern const wchar_t kRegRenameCmdField[]; 71 extern const wchar_t kRegRenameCmdField[];
72 extern const wchar_t kRegRunAsUserField[]; 72 extern const wchar_t kRegRunAsUserField[];
73 extern const wchar_t kRegSendsPingsField[]; 73 extern const wchar_t kRegSendsPingsField[];
74 extern const wchar_t kRegUninstallCmdLine[]; 74 extern const wchar_t kRegUninstallCmdLine[];
75 extern const wchar_t kRegUsageStatsField[]; 75 extern const wchar_t kRegUsageStatsField[];
76 extern const wchar_t kRegVersionField[]; 76 extern const wchar_t kRegVersionField[];
77 extern const wchar_t kRegWebAccessibleField[]; 77 extern const wchar_t kRegWebAccessibleField[];
78 78
79 // last time that chrome ran in the Time internal format. 79 // Last time that chrome ran in the Time internal format.
80 extern const wchar_t kRegLastRunTimeField[]; 80 extern const wchar_t kRegLastRunTimeField[];
81 81
82 // The name of the value where Google Update reads the list of experiments for 82 // The name of the value where Google Update reads the list of experiments for
83 // itself and Chrome. 83 // itself and Chrome.
84 extern const wchar_t kExperimentLabels[]; 84 extern const wchar_t kExperimentLabels[];
85 85
86 } // namespace google_update 86 } // namespace google_update
87 87
88 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 88 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698