Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / host / policy_hack / policy_watcher.h
index a3afee0..0ced8f2 100644 (file)
@@ -77,6 +77,12 @@ class PolicyWatcher {
   // 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[];