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

Unified Diff: ipc/mojo/ipc_message_pipe_reader.h

Issue 554363004: ChannelMojo: Handle errors in pending message processing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: ipc/mojo/ipc_message_pipe_reader.h
diff --git a/ipc/mojo/ipc_message_pipe_reader.h b/ipc/mojo/ipc_message_pipe_reader.h
index ecfa018b5e02ba8712df8c17259f77c1c1f9355b..bd82883bd88400802adeff60e1d47199d2282ee6 100644
--- a/ipc/mojo/ipc_message_pipe_reader.h
+++ b/ipc/mojo/ipc_message_pipe_reader.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
+#include "ipc/ipc_export.h"
#include "mojo/public/c/environment/async_waiter.h"
#include "mojo/public/cpp/system/core.h"
@@ -28,7 +29,7 @@ namespace internal {
//
// MessageReader has to be used in IO thread. It isn't thread-safe.
//
-class MessagePipeReader {
+class IPC_MOJO_EXPORT MessagePipeReader {
public:
// Delay the object deletion using the current message loop.
// This is intended to used by MessagePipeReader owners.
« ipc/mojo/ipc_channel_mojo_unittest.cc ('K') | « ipc/mojo/ipc_channel_mojo_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698