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

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: Created 6 years 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 ba7269a7b3a50298dbb53174278e365f9ab80135..6a0b1f44780e03bf423a9f8d8c85a4a40a56a199 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -274,6 +274,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 },
Łukasz Anforowicz 2014/12/24 00:58:08 All the other chromoting *policies* are also dupli
{ 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