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

Side by Side Diff: components/metrics/metrics_pref_names.h

Issue 2770853002: Create Ukm ReportingService implementation. (Closed)
Patch Set: Also revert datatracker unittest change Created 3 years, 9 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 5 #ifndef COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
6 #define COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 6 #define COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
7 7
8 namespace metrics { 8 namespace metrics {
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 extern const char kStabilityStatsBuildTime[]; 58 extern const char kStabilityStatsBuildTime[];
59 extern const char kStabilityStatsVersion[]; 59 extern const char kStabilityStatsVersion[];
60 extern const char kStabilityVersionMismatchCount[]; 60 extern const char kStabilityVersionMismatchCount[];
61 61
62 // Preferences for generating metrics at uninstall time. 62 // Preferences for generating metrics at uninstall time.
63 extern const char kUninstallLaunchCount[]; 63 extern const char kUninstallLaunchCount[];
64 extern const char kUninstallMetricsPageLoadCount[]; 64 extern const char kUninstallMetricsPageLoadCount[];
65 extern const char kUninstallMetricsUptimeSec[]; 65 extern const char kUninstallMetricsUptimeSec[];
66 66
67 // For measuring data use for throttling UMA log uploads on cellular. 67 // For measuring data use for throttling UMA log uploads on cellular.
68 extern const char kUkmCellDataUse[];
68 extern const char kUmaCellDataUse[]; 69 extern const char kUmaCellDataUse[];
69 extern const char kUserCellDataUse[]; 70 extern const char kUserCellDataUse[];
70 71
71 } // namespace prefs 72 } // namespace prefs
72 } // namespace metrics 73 } // namespace metrics
73 74
74 #endif // COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 75 #endif // COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « components/metrics/data_use_tracker_unittest.cc ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698