| OLD | NEW |
| 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 Loading... |
| 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_ |
| OLD | NEW |