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

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

Issue 12313085: Host-side third party token validation (Closed) Base URL: http://git.chromium.org/chromium/src.git@third_party_auth_protocol
Patch Set: Created 7 years, 10 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 433dd66620de1d834837ef21b9bf2aae617e2383..09d5adff6ad95592243cb267b57fe88f20ed6a66 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -64,6 +64,10 @@ class PolicyWatcher {
// The name of the policy for requiring curtain-mode.
static const char kHostRequireCurtainPolicyName[];
+ // The names of the policies for token authentication URLs.
+ static const char kHostTokenIssueUrlPolicyName[];
+ static const char kHostTokenVerificationUrlPolicyName[];
+
// 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