| Index: remoting/host/policy_hack/policy_watcher.h
|
| diff --git a/remoting/host/policy_hack/policy_watcher.h b/remoting/host/policy_hack/policy_watcher.h
|
| index 433dd66620de1d834837ef21b9bf2aae617e2383..23e2209ab3a600c91108cf56f46ee27a155b5165 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.h
|
| +++ b/remoting/host/policy_hack/policy_watcher.h
|
| @@ -64,6 +64,10 @@ class PolicyWatcher {
|
| // The name of the policy for requiring curtain-mode.
|
| static const char kHostRequireCurtainPolicyName[];
|
|
|
| + // The names of the policies for token authentication URLs.
|
| + static const char kHostTokenUrlPolicyName[];
|
| + static const char kHostTokenValidationUrlPolicyName[];
|
| +
|
| // The name of the policy for overriding policies, for use in testing.
|
| static const char kHostDebugOverridePoliciesName[];
|
|
|
|
|