Index: remoting/host/policy_hack/policy_watcher_unittest.cc |
diff --git a/remoting/host/policy_hack/policy_watcher_unittest.cc b/remoting/host/policy_hack/policy_watcher_unittest.cc |
index 7fb6de34eac5faee3016ca6808af5e0ee2fff325..5267a38155e405cd807ce47714bed6e284d4d7ec 100644 |
--- a/remoting/host/policy_hack/policy_watcher_unittest.cc |
+++ b/remoting/host/policy_hack/policy_watcher_unittest.cc |
@@ -100,6 +100,7 @@ class PolicyWatcherTest : public testing::Test { |
dict.SetString(PolicyWatcher::kHostDomainPolicyName, ""); |
dict.SetString(PolicyWatcher::kHostTalkGadgetPrefixPolicyName, |
kDefaultTalkGadgetPrefix); |
+ dict.SetBoolean(PolicyWatcher::kHostRequireCurtainPolicyName, false); |
} |
}; |