| 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 270bccbb06eb154b6a4ecbbcd5935ed78b257d2e..171a55a0fd940e61edaa0f8441368fabfec45c32 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -96,7 +96,8 @@ scoped_ptr<base::DictionaryValue> AddDefaultValuesWhenNecessary(
|
| PolicyWatcher::kHostDomainPolicyName, "", "");
|
| CopyStringOrDefault(to.get(), from,
|
| PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
|
| - kDefaultTalkGadgetPrefix, kDefaultTalkGadgetPrefix);
|
| + kDefaultHostTalkGadgetPrefix,
|
| + kDefaultHostTalkGadgetPrefix);
|
| CopyBooleanOrDefault(to.get(), from,
|
| PolicyWatcher::kHostRequireCurtainPolicyName,
|
| false, false);
|
|
|