| Index: remoting/host/policy_hack/policy_watcher.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher.cc b/remoting/host/policy_hack/policy_watcher.cc
|
| index 11302f67d74ff4aed0ef5a2b8aafe72efae3a38a..fd1a37b07b7926894deefdac15139f915f949ec5 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -104,6 +104,9 @@ const char PolicyWatcher::kHostTokenValidationCertIssuerPolicyName[] =
|
| const char PolicyWatcher::kHostAllowClientPairing[] =
|
| "RemoteAccessHostAllowClientPairing";
|
|
|
| +const char PolicyWatcher::kHostAllowGnubbyAuthPolicyName[] =
|
| + "RemoteAccessHostAllowGnubbyAuth";
|
| +
|
| const char PolicyWatcher::kHostDebugOverridePoliciesName[] =
|
| "RemoteAccessHostDebugOverridePolicies";
|
|
|
| @@ -126,6 +129,7 @@ PolicyWatcher::PolicyWatcher(
|
| default_values_->SetString(kHostTokenValidationCertIssuerPolicyName,
|
| std::string());
|
| default_values_->SetBoolean(kHostAllowClientPairing, true);
|
| + default_values_->SetBoolean(kHostAllowGnubbyAuthPolicyName, true);
|
| #if !defined(NDEBUG)
|
| default_values_->SetString(kHostDebugOverridePoliciesName, std::string());
|
| #endif
|
|
|