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

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

Issue 20864002: Added PIN-less auth policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 23e2209ab3a600c91108cf56f46ee27a155b5165..17c01c26b9585d80f0cacaa85ee013afc5528436 100644
--- a/remoting/host/policy_hack/policy_watcher.h
+++ b/remoting/host/policy_hack/policy_watcher.h
@@ -55,7 +55,7 @@ class PolicyWatcher {
// The name of the host domain policy.
static const char kHostDomainPolicyName[];
- // The name of the username policy.
+ // The name of the username policy. This policy is not supported on Windows.
alexeypa (please no reviews) 2013/07/26 23:40:25 nit#1: "not supported" -> "ignored" or "not used"
Jamie 2013/07/27 00:26:22 #1 Done. I'm not convinced of the value of #2, bu
static const char kHostMatchUsernamePolicyName[];
// The name of the policy that controls the host talkgadget prefix.
@@ -68,6 +68,9 @@ class PolicyWatcher {
static const char kHostTokenUrlPolicyName[];
static const char kHostTokenValidationUrlPolicyName[];
+ // The name of the policy for disabling PIN-less authentication.
+ static const char kHostAllowClientPairing[];
+
// 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