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

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

Issue 10816036: [Chromoting] Add a host domain policy to the PolicyWatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix to match r148833. 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
« no previous file with comments | « no previous file | remoting/host/policy_hack/policy_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ac0a567aa0f64c221919c6b79f4a8f519ca9d6dc..123073dde2be7b7156749e9bb55c4d32aec7ec83 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -49,6 +49,9 @@ class PolicyWatcher {
// The name of the NAT traversal policy.
static const char kNatPolicyName[];
+ // The name of the host domain policy.
+ static const char kHostDomainPolicyName[];
+
protected:
virtual void StartWatchingInternal() = 0;
virtual void StopWatchingInternal() = 0;
@@ -70,6 +73,10 @@ class PolicyWatcher {
static const char* const kBooleanPolicyNames[];
static const int kBooleanPolicyNamesNum;
+ // The names of policies with string values.
+ static const char* const kStringPolicyNames[];
+ static const int kStringPolicyNamesNum;
+
private:
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
« no previous file with comments | « no previous file | remoting/host/policy_hack/policy_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698