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 1a748f046afad460abd3fad2f1f872b9c1d27101..4ad54cf5178d62e457f8ff1393c17b056ceb76e9 100644 |
--- a/remoting/host/policy_hack/policy_watcher.h |
+++ b/remoting/host/policy_hack/policy_watcher.h |
@@ -50,13 +50,13 @@ class PolicyWatcher { |
static const char kNatPolicyName[]; |
// The name of the policy for requiring 2-factor authentication. |
- static const char kRequireTwoFactorPolicyName[]; |
+ static const char kHostRequireTwoFactorPolicyName[]; |
simonmorris
2012/08/02 23:49:39
This file is in remoting/host, so is it helpful to
garykac
2012/08/03 01:35:07
The "Host" is in the name because I want the polic
|
// The name of the host domain policy. |
static const char kHostDomainPolicyName[]; |
- // The name of the talkgadget policy. |
- static const char kTalkGadgetPolicyName[]; |
+ // The name of the policy that controls the host talkgadget prefix. |
+ static const char kHostTalkGadgetPrefixPolicyName[]; |
protected: |
virtual void StartWatchingInternal() = 0; |