| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2c3e1540da77c2d41b5881021aa79e52e8a6ddab..9d3c192b1f6b5ec3df313c8730b45295bd777a32 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2036,4 +2036,8 @@ 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";
|
| +
|
| } // namespace prefs
|
|
|