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

Unified Diff: ipc/ipc_channel_reader.h

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: ipc/ipc_channel_reader.h
diff --git a/ipc/ipc_channel_reader.h b/ipc/ipc_channel_reader.h
index 130384659fc2fe9c146e2237058f93c5cb0da512..9dec8c17a5dcea8b64032bab27423b8cf17254b0 100644
--- a/ipc/ipc_channel_reader.h
+++ b/ipc/ipc_channel_reader.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "ipc/ipc_channel.h"
+#include "ipc/ipc_export.h"
namespace IPC {
namespace internal {
@@ -44,11 +45,11 @@ class ChannelReader {
// Returns true if the given message is internal to the IPC implementation,
// like the "hello" message sent on channel set-up.
- bool IsInternalMessage(const Message& m) const;
+ bool IsInternalMessage(const Message& m);
// Returns true if the given message is an Hello message
// sent on channel set-up.
- bool IsHelloMessage(const Message& m) const;
+ bool IsHelloMessage(const Message& m);
protected:
enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING };
« ipc/ipc_channel.h ('K') | « ipc/ipc_channel_proxy.cc ('k') | ipc/ipc_channel_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698