Index: remoting/host/policy_hack/fake_policy_watcher.cc |
diff --git a/remoting/host/policy_hack/fake_policy_watcher.cc b/remoting/host/policy_hack/fake_policy_watcher.cc |
index 809961b2ae72ba342fd8fea38575aae2a3b7e80a..57d53ef0b757e05efd604eabc7ec6e55313d604f 100644 |
--- a/remoting/host/policy_hack/fake_policy_watcher.cc |
+++ b/remoting/host/policy_hack/fake_policy_watcher.cc |
@@ -21,6 +21,10 @@ void FakePolicyWatcher::SetPolicies(const base::DictionaryValue* policies) { |
UpdatePolicies(policies); |
} |
+void FakePolicyWatcher::SignalTransientErrorForTest() { |
+ SignalTransientPolicyError(); |
+} |
+ |
void FakePolicyWatcher::StartWatchingInternal() { |
} |