Index: content/public/browser/browser_message_filter.h |
=================================================================== |
--- content/public/browser/browser_message_filter.h (revision 271040) |
+++ content/public/browser/browser_message_filter.h (working copy) |
@@ -75,8 +75,7 @@ |
// Your function will normally be called on the IO thread. However, if your |
// OverrideXForMessage modifies the thread used to dispatch the message, |
// your function will be called on the requested thread. |
- virtual bool OnMessageReceived(const IPC::Message& message, |
- bool* message_was_ok) = 0; |
+ virtual bool OnMessageReceived(const IPC::Message& message) = 0; |
// Can be called on any thread, after OnChannelConnected is called. |
base::ProcessHandle PeerHandle(); |