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

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

Issue 2034393004: Allow multiple logging::LogMessage{Handler,Listener}s Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/host/it2me/it2me_native_messaging_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8560084d4f0e9a14aa1000154678ebab79794b8a..c2bcb8de7f747451ff279b01336b528b7f88dd7d 100644
--- a/remoting/host/it2me/it2me_native_messaging_host.h
+++ b/remoting/host/it2me/it2me_native_messaging_host.h
@@ -100,9 +100,9 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer,
scoped_refptr<It2MeHost> it2me_host_;
#if !defined(OS_CHROMEOS)
- // Don't install a log message handler on ChromeOS because we run in the
+ // Don't install a log message listener on ChromeOS because we run in the
// browser process and don't want to intercept all its log messages.
- std::unique_ptr<LogMessageHandler> log_message_handler_;
+ std::unique_ptr<LogMessageListener> log_message_listener_;
#endif
// Cached, read-only copies of |it2me_host_| session state.
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/host/it2me/it2me_native_messaging_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698