| Index: chrome/browser/policy/configuration_policy_pref_store.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store.cc b/chrome/browser/policy/configuration_policy_pref_store.cc
|
| index 129cd68144fd9fc20478984dd5c072f9255b0aca..b7a29cff9432265c4b22e1f85ac56eb5b41a6d30 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store.cc
|
| @@ -259,7 +259,9 @@ const ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
|
| { Value::TYPE_BOOLEAN, kPolicyDisablePluginFinder,
|
| prefs::kDisablePluginFinder },
|
| { Value::TYPE_INTEGER, kPolicyPolicyRefreshRate,
|
| - prefs::kPolicyRefreshRate },
|
| + prefs::kUserPolicyRefreshRate },
|
| + { Value::TYPE_INTEGER, kPolicyDevicePolicyRefreshRate,
|
| + prefs::kDevicePolicyRefreshRate },
|
| { Value::TYPE_BOOLEAN, kPolicyInstantEnabled, prefs::kInstantEnabled },
|
| { Value::TYPE_BOOLEAN, kPolicyDefaultBrowserSettingEnabled,
|
| prefs::kDefaultBrowserSettingEnabled },
|
| @@ -1069,6 +1071,8 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
|
| key::kDisablePluginFinder },
|
| { kPolicyPolicyRefreshRate, Value::TYPE_INTEGER,
|
| key::kPolicyRefreshRate },
|
| + { kPolicyDevicePolicyRefreshRate, Value::TYPE_INTEGER,
|
| + key::kDevicePolicyRefreshRate },
|
| { kPolicyInstantEnabled, Value::TYPE_BOOLEAN, key::kInstantEnabled },
|
| { kPolicyDefaultBrowserSettingEnabled, Value::TYPE_BOOLEAN,
|
| key::kDefaultBrowserSettingEnabled },
|
|
|