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

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

Issue 268483003: Revert 267234 "New policies: enable/disable relay; port range" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | trunk/src/chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc
===================================================================
--- trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc (revision 267240)
+++ trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc (working copy)
@@ -275,12 +275,6 @@
{ key::kRemoteAccessHostAllowGnubbyAuth,
prefs::kRemoteAccessHostAllowGnubbyAuth,
base::Value::TYPE_BOOLEAN },
- { key::kRemoteAccessHostAllowRelayedConnection,
- prefs::kRemoteAccessHostAllowRelayedConnection,
- base::Value::TYPE_BOOLEAN },
- { key::kRemoteAccessHostUdpPortRange,
- prefs::kRemoteAccessHostUdpPortRange,
- base::Value::TYPE_STRING },
{ key::kCloudPrintProxyEnabled,
prefs::kCloudPrintProxyEnabled,
base::Value::TYPE_BOOLEAN },
« no previous file with comments | « no previous file | trunk/src/chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698