Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index b751a79239db47959923710afd0bbf7c7f658bed..626e783e6f30fe3a6957d04cfa842aeea8dab786 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2023,4 +2023,9 @@ const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; |
| const char kNetworkProfileLastWarningTime[] = |
| "network_profile.last_warning_time"; |
| +// 64-bit serialization of the time last policy usage statistics were collected |
| +// by UMA_HISTOGRAM_ENUMERATION. |
| +const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; |
| + |
|
Mattias Nissler (ping if slow)
2012/09/12 13:06:27
remove extra blank line
qfel
2012/09/18 11:30:56
Done.
|
| + |
| } // namespace prefs |