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 4ad54cf5178d62e457f8ff1393c17b056ceb76e9..ca59b4e4c959406df7e99f0122b807799a72a0f9 100644 |
--- a/remoting/host/policy_hack/policy_watcher.h |
+++ b/remoting/host/policy_hack/policy_watcher.h |
@@ -58,6 +58,9 @@ class PolicyWatcher { |
// 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[]; |
+ |
protected: |
virtual void StartWatchingInternal() = 0; |
virtual void StopWatchingInternal() = 0; |