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

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

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 7c9e4d094e381ebf7eee30aa53636e9724fe9637..98bf54b9694f38c01cfdc2695b867f2f0aff119e 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -73,6 +73,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[];

Powered by Google App Engine
This is Rietveld 408576698