| 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 2f37588ee1dbbe4f861c8fa4f144715a077fe453..5a40bf0aba504a38fbcc56a89c0f8eeb06a4e5b9 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store.cc
|
| @@ -225,6 +225,8 @@ const ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
|
| prefs::kGSSAPILibraryName },
|
| { Value::TYPE_BOOLEAN, kPolicyDisable3DAPIs,
|
| prefs::kDisable3DAPIs },
|
| + { Value::TYPE_BOOLEAN, kPolicyDisablePluginFinder,
|
| + prefs::kDisablePluginFinder },
|
| { Value::TYPE_INTEGER, kPolicyPolicyRefreshRate,
|
| prefs::kPolicyRefreshRate },
|
| { Value::TYPE_BOOLEAN, kPolicyInstantEnabled, prefs::kInstantEnabled },
|
| @@ -859,6 +861,8 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
|
| key::kGSSAPILibraryName },
|
| { kPolicyDisable3DAPIs, Value::TYPE_BOOLEAN,
|
| key::kDisable3DAPIs },
|
| + { kPolicyDisablePluginFinder, Value::TYPE_BOOLEAN,
|
| + key::kDisablePluginFinder },
|
| { kPolicyPolicyRefreshRate, Value::TYPE_INTEGER,
|
| key::kPolicyRefreshRate },
|
| { kPolicyInstantEnabled, Value::TYPE_BOOLEAN, key::kInstantEnabled },
|
|
|