Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/pref_names.h » ('j') | components/policy/resources/policy_templates.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
« no previous file with comments | « no previous file | chrome/common/pref_names.h » ('j') | components/policy/resources/policy_templates.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698