| Index: chrome/common/pref_names.cc
 | 
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
 | 
| index 4443b4cb422e995e8c88a3f49007367d5202cfe8..d7e195bd812d7543d1961dc7163744c434663bda 100644
 | 
| --- a/chrome/common/pref_names.cc
 | 
| +++ b/chrome/common/pref_names.cc
 | 
| @@ -2463,10 +2463,6 @@ 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";
 | 
| -
 | 
|  #if defined(OS_CHROMEOS)
 | 
|  // The RLZ brand code, if enabled.
 | 
|  const char kRLZBrand[] = "rlz.brand";
 | 
| 
 |