summaryrefslogtreecommitdiffstats
path: root/remoting/host/policy_hack/policy_watcher.h
diff options
context:
space:
mode:
authorpsj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 13:28:14 +0000
committerpsj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 13:28:14 +0000
commit3a5b82c105248302907e2f8813823fbf00c76db5 (patch)
tree1cd67526ccf64a7a3eb54d00b11f3b189521913e /remoting/host/policy_hack/policy_watcher.h
parentd358f57009b85fb7440208afa5ba87636b491889 (diff)
downloadchromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.zip
chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.gz
chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.bz2
Add gnubby authentication to remoting host
The remoting host changes, including the associated policy definitions, required to proxy gnubby traffic through a Chrome Remote Desktop session. BUG=134250 Review URL: https://codereview.chromium.org/138753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/policy_hack/policy_watcher.h')
-rw-r--r--remoting/host/policy_hack/policy_watcher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/host/policy_hack/policy_watcher.h b/remoting/host/policy_hack/policy_watcher.h
index 915d0ba..a3afee0 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -74,6 +74,9 @@ class PolicyWatcher {
// The name of the policy for disabling PIN-less authentication.
static const char kHostAllowClientPairing[];
+ // The name of the policy for disabling gnubbyd forwarding.
+ static const char kHostAllowGnubbyAuthPolicyName[];
+
// The name of the policy for overriding policies, for use in testing.
static const char kHostDebugOverridePoliciesName[];