| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6c139beaa3c15d4a84b70ccb73f2bb903f07cb8b..f8aff32687703fc9f6e5c852fff2a52f6344027e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1873,12 +1873,6 @@ const char kDebuggingFeaturesRequested[] = "DebuggingFeaturesRequested";
|
| // kResolveTimezoneByGeolocation
|
| const char kResolveDeviceTimezoneByGeolocation[] =
|
| "settings.resolve_device_timezone_by_geolocation";
|
| -
|
| -// This is policy-controlled preference.
|
| -// It has values defined in policy enum
|
| -// SystemTimezoneAutomaticDetectionProto_AutomaticTimezoneDetectionType;
|
| -const char kSystemTimezoneAutomaticDetectionPolicy[] =
|
| - "settings.resolve_device_timezone_by_geolocation_policy";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // *************** SERVICE PREFS ***************
|
|
|