| Index: remoting/host/policy_hack/fake_policy_watcher.h
|
| diff --git a/remoting/host/policy_hack/fake_policy_watcher.h b/remoting/host/policy_hack/fake_policy_watcher.h
|
| index 7faf3a0c194a2ba7d1d195c198e425741d408619..4195440f08b147fdcd0135d371a246a436594de5 100644
|
| --- a/remoting/host/policy_hack/fake_policy_watcher.h
|
| +++ b/remoting/host/policy_hack/fake_policy_watcher.h
|
| @@ -18,6 +18,8 @@ class FakePolicyWatcher : public PolicyWatcher {
|
|
|
| void SetPolicies(const base::DictionaryValue* policies);
|
|
|
| + void SignalTransientErrorForTest();
|
| +
|
| protected:
|
| void StartWatchingInternal() override;
|
| void StopWatchingInternal() override;
|
|
|