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

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: Created 5 years 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
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 // Name of allocator (and associated file) for storing histograms to be
grt (UTC plus 2) 2015/12/18 21:02:50 is this related to Chrome's integration with Googl
bcwhite 2015/12/21 15:47:25 Done.
87 // reported by Chrome during its next upload.
88 extern const char kSetupHistogramAllocatorName[];
89
86 } // namespace google_update 90 } // namespace google_update
87 91
88 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 92 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698