| 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
|
| };
|
|
|
| const int PolicyWatcher::kBooleanPolicyNamesNum =
|
|
|