| Index: trunk/src/remoting/host/policy_hack/policy_watcher.cc
|
| ===================================================================
|
| --- trunk/src/remoting/host/policy_hack/policy_watcher.cc (revision 267240)
|
| +++ trunk/src/remoting/host/policy_hack/policy_watcher.cc (working copy)
|
| @@ -107,12 +107,6 @@
|
| const char PolicyWatcher::kHostAllowGnubbyAuthPolicyName[] =
|
| "RemoteAccessHostAllowGnubbyAuth";
|
|
|
| -const char PolicyWatcher::kRelayPolicyName[] =
|
| - "RemoteAccessHostAllowRelayedConnection";
|
| -
|
| -const char PolicyWatcher::kUdpPortRangePolicyName[] =
|
| - "RemoteAccessHostUdpPortRange";
|
| -
|
| const char PolicyWatcher::kHostDebugOverridePoliciesName[] =
|
| "RemoteAccessHostDebugOverridePolicies";
|
|
|
| @@ -136,8 +130,6 @@
|
| std::string());
|
| default_values_->SetBoolean(kHostAllowClientPairing, true);
|
| default_values_->SetBoolean(kHostAllowGnubbyAuthPolicyName, true);
|
| - default_values_->SetBoolean(kRelayPolicyName, true);
|
| - default_values_->SetString(kUdpPortRangePolicyName, "");
|
| #if !defined(NDEBUG)
|
| default_values_->SetString(kHostDebugOverridePoliciesName, std::string());
|
| #endif
|
| @@ -146,7 +138,6 @@
|
| // For most policies these match the defaults.
|
| bad_type_values_.reset(default_values_->DeepCopy());
|
| bad_type_values_->SetBoolean(kNatPolicyName, false);
|
| - bad_type_values_->SetBoolean(kRelayPolicyName, false);
|
| }
|
|
|
| PolicyWatcher::~PolicyWatcher() {
|
|
|