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

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

Issue 10825149: [Chromoting] Add new Chromoting enterprise policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename TalkGadget policy name Created 8 years, 5 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 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;

Powered by Google App Engine
This is Rietveld 408576698