Index: remoting/host/policy_hack/policy_watcher.cc |
diff --git a/remoting/host/policy_hack/policy_watcher.cc b/remoting/host/policy_hack/policy_watcher.cc |
index 4217076b04e6eea189aeb0905db8dbaf4dd759c2..270bccbb06eb154b6a4ecbbcd5935ed78b257d2e 100644 |
--- a/remoting/host/policy_hack/policy_watcher.cc |
+++ b/remoting/host/policy_hack/policy_watcher.cc |
@@ -123,7 +123,8 @@ const char PolicyWatcher::kHostRequireCurtainPolicyName[] = |
const char* const PolicyWatcher::kBooleanPolicyNames[] = |
{ PolicyWatcher::kNatPolicyName, |
- PolicyWatcher::kHostRequireTwoFactorPolicyName |
+ PolicyWatcher::kHostRequireTwoFactorPolicyName, |
+ PolicyWatcher::kHostRequireCurtainPolicyName |
Jamie
2012/08/13 23:22:43
This fixes a bug in the previous CL in which the p
|
}; |
const int PolicyWatcher::kBooleanPolicyNamesNum = |