| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 67d8b0ac8b9e504f4d5fff5acd285d2023ef62d7..df2dec371741a47c31fd818e3af561b5e1cc6f63 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -629,6 +629,11 @@ const char kEnableTranslate[] = "translate.enabled";
|
|
|
| const char kPinnedTabs[] = "pinned_tabs";
|
|
|
| +// Integer that specifies the policy refresh rate in milliseconds. Not all
|
| +// values are meaningful, so it is clamped to a sane range by the policy
|
| +// provider.
|
| +const char kPolicyRefreshRate[] = "policy.refresh_rate";
|
| +
|
| // Integer containing the default Geolocation content setting.
|
| const char kGeolocationDefaultContentSetting[] =
|
| "geolocation.default_content_setting";
|
|
|