| 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 7194bae10e39b9d7d1428414af0eb02e4649ac90..a805c969afee77b3f562852860df898a7f11924e 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -92,6 +92,12 @@ const char PolicyWatcher::kHostTalkGadgetPrefixPolicyName[] =
|
| const char PolicyWatcher::kHostRequireCurtainPolicyName[] =
|
| "RemoteAccessHostRequireCurtain";
|
|
|
| +const char PolicyWatcher::kHostTokenIssueUrlPolicyName[] =
|
| + "RemoteAccessHostTokenIssueUrl";
|
| +
|
| +const char PolicyWatcher::kHostTokenVerificationUrlPolicyName[] =
|
| + "RemoteAccessHostTokenVerificationUrl";
|
| +
|
| const char PolicyWatcher::kHostDebugOverridePoliciesName[] =
|
| "RemoteAccessHostDebugOverridePolicies";
|
|
|
| @@ -109,6 +115,8 @@ PolicyWatcher::PolicyWatcher(
|
| default_values_->SetString(kHostDomainPolicyName, "");
|
| default_values_->SetString(kHostTalkGadgetPrefixPolicyName,
|
| kDefaultHostTalkGadgetPrefix);
|
| + default_values_->SetString(kHostTokenIssueUrlPolicyName, "");
|
| + default_values_->SetString(kHostTokenVerificationUrlPolicyName, "");
|
| #if !defined(NDEBUG)
|
| default_values_->SetString(kHostDebugOverridePoliciesName, "");
|
| #endif
|
|
|