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

Unified Diff: remoting/host/it2me/it2me_native_messaging_host.h

Issue 2847853003: Remove policy watching from It2MeHost. (Closed)
Patch Set: Fix unit tests Created 3 years, 8 months 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/it2me/it2me_native_messaging_host.h
diff --git a/remoting/host/it2me/it2me_native_messaging_host.h b/remoting/host/it2me/it2me_native_messaging_host.h
index b42cda0236d4ea785eec220c2570ef8d8285d576..c9b14e7269babe40e22326aab2e21d0d4ab97872 100644
--- a/remoting/host/it2me/it2me_native_messaging_host.h
+++ b/remoting/host/it2me/it2me_native_messaging_host.h
@@ -77,7 +77,7 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer,
// Callback for DelegatingSignalStrategy.
void SendOutgoingIq(const std::string& iq);
- // Called when initial policies are read.
+ // Called when initial policies are read and when they change.
void OnPolicyUpdate(std::unique_ptr<base::DictionaryValue> policies);
// Returns whether the request was successfully sent to the elevated host.

Powered by Google App Engine
This is Rietveld 408576698