| 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 2543f9cba89237cfe21cacfdf84a485649046468..13525930bf468201bcec789377e6300f5c7ce7ea 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:
|
| virtual void StartWatchingInternal() override;
|
| virtual void StopWatchingInternal() override;
|
|
|