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

Unified Diff: remoting/host/setup/me2me_native_messaging_host.h

Issue 1272833002: Pass error messages from native messaging to web-app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests. Created 5 years, 4 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/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 8686c15fe29d425a10f4684d4e7907c95dc445c4..c889258aae1d30a82e390276ce9ed8297fa1309d 100644
--- a/remoting/host/setup/me2me_native_messaging_host.h
+++ b/remoting/host/setup/me2me_native_messaging_host.h
@@ -11,6 +11,7 @@
#include "base/threading/thread_checker.h"
#include "base/timer/timer.h"
#include "extensions/browser/api/messaging/native_messaging_channel.h"
+#include "remoting/host/native_messaging/log_message_handler.h"
#include "remoting/host/setup/daemon_controller.h"
#include "remoting/host/setup/oauth_client.h"
@@ -173,6 +174,9 @@ class Me2MeNativeMessagingHost
// Native messaging channel used to communicate with the native message
// client.
scoped_ptr<extensions::NativeMessagingChannel> channel_;
+
+ LogMessageHandler log_message_handler_;
+
scoped_refptr<DaemonController> daemon_controller_;
// Used to load and update the paired clients for this host.

Powered by Google App Engine
This is Rietveld 408576698