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

Unified Diff: remoting/host/policy_hack/policy_watcher.h

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked the 5 "new" policies as chrome_os:42- Created 5 years, 11 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 | « remoting/host/it2me/it2me_host.cc ('k') | remoting/host/policy_hack/policy_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dbbfd2310fe8104d7541da7b41b61750343ad4a1..d9e02324d19bf59becde640b393699ce60a78b24 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -66,46 +66,6 @@ class PolicyWatcher {
policy::PolicyService* policy_service,
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
- // The name of the NAT traversal policy.
- static const char kNatPolicyName[];
-
- // The name of the policy for requiring 2-factor authentication.
- static const char kHostRequireTwoFactorPolicyName[];
-
- // The name of the host domain policy.
- static const char kHostDomainPolicyName[];
-
- // The name of the username policy. This policy is ignored on Windows.
- // This policy is currently considered 'internal only' and so is not
- // documented in policy_templates.json.
- static const char kHostMatchUsernamePolicyName[];
-
- // The name of the policy that controls the host talkgadget prefix.
- static const char kHostTalkGadgetPrefixPolicyName[];
-
- // 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[];
- static const char kHostTokenValidationCertIssuerPolicyName[];
-
- // The name of the policy for disabling PIN-less authentication.
- static const char kHostAllowClientPairing[];
-
- // The name of the policy for disabling gnubbyd forwarding.
- static const char kHostAllowGnubbyAuthPolicyName[];
-
- // The name of the policy for allowing use of relay servers.
- static const char kRelayPolicyName[];
-
- // The name of the policy that restricts the range of host UDP ports.
- static const char kUdpPortRangePolicyName[];
-
- // The name of the policy for overriding policies, for use in testing.
- static const char kHostDebugOverridePoliciesName[];
-
protected:
virtual void StartWatchingInternal() = 0;
virtual void StopWatchingInternal() = 0;
« no previous file with comments | « remoting/host/it2me/it2me_host.cc ('k') | remoting/host/policy_hack/policy_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698