Chromium Code Reviews| Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| index 29f68c548d17a4d673093135d9a511aefec2f000..890d3c0a23f50c094d3ba85d15d27c95d5de52b5 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| @@ -275,6 +275,21 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { |
| { key::kRemoteAccessHostRequireCurtain, |
| prefs::kRemoteAccessHostRequireCurtain, |
| base::Value::TYPE_BOOLEAN }, |
| + { key::kRemoteAccessHostMatchUsername, |
| + prefs::kRemoteAccessHostMatchUsername, |
| + base::Value::TYPE_BOOLEAN }, |
| + { key::kRemoteAccessHostTokenUrl, |
| + prefs::kRemoteAccessHostTokenUrl, |
| + base::Value::TYPE_STRING }, |
| + { key::kRemoteAccessHostTokenValidationUrl, |
| + prefs::kRemoteAccessHostTokenValidationUrl, |
| + base::Value::TYPE_STRING }, |
| + { key::kRemoteAccessHostTokenValidationCertificateIssuer, |
| + prefs::kRemoteAccessHostTokenValidationCertificateIssuer, |
| + base::Value::TYPE_STRING }, |
| + { key::kRemoteAccessHostDebugOverridePolicies, |
| + prefs::kRemoteAccessHostDebugOverridePolicies, |
| + base::Value::TYPE_STRING }, |
|
Mattias Nissler (ping if slow)
2015/01/05 09:45:33
If I'm not mistaken, you're not using Chrome's Pre
Łukasz Anforowicz
2015/01/05 19:40:23
Correct - current code doesn't use Chrome's PrefSe
|
| { key::kRemoteAccessHostAllowClientPairing, |
| prefs::kRemoteAccessHostAllowClientPairing, |
| base::Value::TYPE_BOOLEAN }, |