| 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 3d73182c2a98314a27662689aa32c583bb4d7efa..e83887f12913d5dcd9c4139d426ffc9f02ae368b 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store.cc
|
| @@ -165,6 +165,8 @@ const ConfigurationPolicyPrefStore::PolicyToPreferenceMapEntry
|
| prefs::kAuthServerWhitelist },
|
| { Value::TYPE_STRING, kPolicyAuthNegotiateDelegateWhitelist,
|
| prefs::kAuthNegotiateDelegateWhitelist },
|
| + { Value::TYPE_STRING, kPolicyGSSAPILibraryName,
|
| + prefs::kGSSAPILibraryName },
|
|
|
| #if defined(OS_CHROMEOS)
|
| { Value::TYPE_BOOLEAN, kPolicyChromeOsLockOnIdleSuspend,
|
| @@ -269,6 +271,9 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
|
| key::kAuthServerWhitelist },
|
| { kPolicyAuthNegotiateDelegateWhitelist, Value::TYPE_STRING,
|
| key::kAuthNegotiateDelegateWhitelist },
|
| + { kPolicyGSSAPILibraryName, Value::TYPE_STRING,
|
| + key::kGSSAPILibraryName },
|
| +
|
|
|
| #if defined(OS_CHROMEOS)
|
| { kPolicyChromeOsLockOnIdleSuspend, Value::TYPE_BOOLEAN,
|
|
|