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

Unified Diff: remoting/host/setup/me2me_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/host/policy_watcher_unittest.cc ('k') | remoting/host/setup/me2me_native_messaging_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/me2me_native_messaging_host.h
diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
index 23fed6625de49f22cdbb8d636f17307f4d899434..a2a7b0d0c1634a3b9437e776c9558ad80570c66d 100644
--- a/remoting/host/setup/me2me_native_messaging_host.h
+++ b/remoting/host/setup/me2me_native_messaging_host.h
@@ -33,7 +33,7 @@ class PairingRegistry;
class ChromotingHostContext;
class ElevatedNativeMessagingHost;
-class LogMessageHandler;
+class LogMessageListener;
// Implementation of the me2me native messaging host.
class Me2MeNativeMessagingHost : public extensions::NativeMessageHost {
@@ -132,7 +132,7 @@ class Me2MeNativeMessagingHost : public extensions::NativeMessageHost {
extensions::NativeMessageHost::Client* client_;
std::unique_ptr<ChromotingHostContext> host_context_;
- std::unique_ptr<LogMessageHandler> log_message_handler_;
+ std::unique_ptr<LogMessageListener> log_message_listener_;
scoped_refptr<DaemonController> daemon_controller_;
« no previous file with comments | « remoting/host/policy_watcher_unittest.cc ('k') | remoting/host/setup/me2me_native_messaging_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698