Chromium Code Reviews| 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 a60b45de62c1f94c4a2e3d1ac30692dfc1997c8f..769a944ceecfd4ccadcd5e81c780ef3f5b95679a 100644 |
| --- a/chrome/browser/policy/configuration_policy_pref_store.cc |
| +++ b/chrome/browser/policy/configuration_policy_pref_store.cc |
| @@ -226,6 +226,8 @@ const ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry |
| prefs::kGSSAPILibraryName }, |
| { Value::TYPE_BOOLEAN, kPolicyDisable3DAPIs, |
| prefs::kDisable3DAPIs }, |
| + { Value::TYPE_BOOLEAN, kPolicyDisablePluginFinder, |
| + prefs::kDisablePluginFinder }, |
| { Value::TYPE_INTEGER, kPolicyPolicyRefreshRate, |
| prefs::kPolicyUserPolicyRefreshRate }, |
| { Value::TYPE_BOOLEAN, kPolicyInstantEnabled, prefs::kInstantEnabled }, |
| @@ -882,6 +884,8 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() { |
| key::kGSSAPILibraryName }, |
| { kPolicyDisable3DAPIs, Value::TYPE_BOOLEAN, |
| key::kDisable3DAPIs }, |
| + { kPolicyDisablePluginFinder, Value::TYPE_BOOLEAN, |
|
Bernhard Bauer
2011/02/24 10:37:07
I'm not sure if we should call this policy "disabl
pastarmovj
2011/02/24 16:02:20
As we agreed offline - I will keep the name of thi
|
| + key::kDisablePluginFinder }, |
| { kPolicyPolicyRefreshRate, Value::TYPE_INTEGER, |
| key::kPolicyRefreshRate }, |
| { kPolicyInstantEnabled, Value::TYPE_BOOLEAN, key::kInstantEnabled }, |