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

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

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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
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 0d71a3b649a81842fb0cf43e7375be7644609aca..68fe0d0ae0a6eb16663a7c187e0e0e553def4d4e 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store.cc
@@ -263,12 +263,6 @@ const ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
prefs::kEditBookmarksEnabled },
{ Value::TYPE_BOOLEAN, kPolicyAllowFileSelectionDialogs,
prefs::kAllowFileSelectionDialogs },
- { Value::TYPE_BOOLEAN, kPolicyChromotingEnabled,
- prefs::kChromotingEnabled },
- { Value::TYPE_BOOLEAN, kPolicyChromotingHostEnabled,
- prefs::kChromotingHostEnabled },
- { Value::TYPE_BOOLEAN, kPolicyChromotingHostFirewallTraversal,
- prefs::kChromotingHostFirewallTraversal },
#if defined(OS_CHROMEOS)
{ Value::TYPE_BOOLEAN, kPolicyChromeOsLockOnIdleSuspend,
@@ -1007,12 +1001,6 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
key::kEditBookmarksEnabled },
{ kPolicyAllowFileSelectionDialogs, Value::TYPE_BOOLEAN,
key::kAllowFileSelectionDialogs },
- { kPolicyChromotingEnabled, Value::TYPE_BOOLEAN,
- key::kChromotingEnabled },
- { kPolicyChromotingHostEnabled, Value::TYPE_BOOLEAN,
- key::kChromotingHostEnabled },
- { kPolicyChromotingHostFirewallTraversal, Value::TYPE_BOOLEAN,
- key::kChromotingHostFirewallTraversal },
#if defined(OS_CHROMEOS)
{ kPolicyChromeOsLockOnIdleSuspend, Value::TYPE_BOOLEAN,
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/policy/configuration_policy_pref_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698