Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2833)

Unified Diff: remoting/host/policy_hack/fake_policy_watcher.h

Issue 722743003: Reporting of policy errors via host-offline-reason: part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback from Lambros Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698