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

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

Issue 209323002: New policies: enable/disable relay; port range (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
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 a3afee084e5607979d9b4bde531b84d068b8256b..10247aa6f526ad12d04165688e2c9e71fbad33ec 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -49,6 +49,12 @@ class PolicyWatcher {
// The name of the NAT traversal policy.
static const char kNatPolicyName[];
+ // 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 requiring 2-factor authentication.
static const char kHostRequireTwoFactorPolicyName[];

Powered by Google App Engine
This is Rietveld 408576698