| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 78430dd1d7d17c3a2f2c9d48af13ea488c14da87..62bd203b954958b64ebbad87cb8872819d6f7098 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -674,10 +674,14 @@ 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 that specifies the policy refresh rate for user policy in
|
| +// milliseconds. Not all values are meaningful, so it is clamped to a sane
|
| +// range by the cloud policy subsystem.
|
| +const char kPolicyUserPolicyRefreshRate[] = "policy.user_policy_refresh_rate";
|
| +
|
| +// Same as |kPolicyUserPolicyRefreshRate|, but for device policy.
|
| +const char kPolicyDevicePolicyRefreshRate[] =
|
| + "policy.device_policy_refresh_rate";
|
|
|
| // Integer containing the default Geolocation content setting.
|
| const char kGeolocationDefaultContentSetting[] =
|
|
|