| Index: trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (revision 229896)
|
| +++ trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (working copy)
|
| @@ -95,6 +95,9 @@
|
| { key::kApplicationLocaleValue,
|
| prefs::kApplicationLocale,
|
| Value::TYPE_STRING },
|
| + { key::kExtensionInstallForcelist,
|
| + prefs::kExtensionInstallForceList,
|
| + Value::TYPE_LIST },
|
| { key::kDisabledPlugins,
|
| prefs::kPluginsDisabledPlugins,
|
| Value::TYPE_LIST },
|
|
|