Index: trunk/src/chrome/browser/extensions/api/messaging/native_message_port.h |
=================================================================== |
--- trunk/src/chrome/browser/extensions/api/messaging/native_message_port.h (revision 203729) |
+++ trunk/src/chrome/browser/extensions/api/messaging/native_message_port.h (working copy) |
@@ -16,7 +16,7 @@ |
// Takes ownership of |native_process|. |
explicit NativeMessagePort(NativeMessageProcessHost* native_process); |
virtual ~NativeMessagePort(); |
- virtual void DispatchOnMessage(scoped_ptr<base::ListValue> message, |
+ virtual void DispatchOnMessage(const std::string& message, |
int target_port_id) OVERRIDE; |
private: |