| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4436c2a6220be814c5bec9ea4e152adee16dac25..ce739cca6c7d5a9c17b61e04ac6a70ed51dca4f8 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2044,4 +2044,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
|
|
|