| 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 6d89673c2aefeb1116252570e513124fbd6b693b..d32371853b2dd23d649319c63bf078bbf484ca61 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| @@ -122,6 +122,8 @@ class PolicyWatcherTest : public testing::Test {
|
| dict.SetString(PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
|
| kDefaultHostTalkGadgetPrefix);
|
| dict.SetBoolean(PolicyWatcher::kHostRequireCurtainPolicyName, false);
|
| + dict.SetString(PolicyWatcher::kHostTokenUrlPolicyName, "");
|
| + dict.SetString(PolicyWatcher::kHostTokenValidationUrlPolicyName, "");
|
| #if !defined(NDEBUG)
|
| dict.SetString(PolicyWatcher::kHostDebugOverridePoliciesName, "");
|
| #endif
|
|
|