| Index: chrome/browser/extensions/api/messaging/native_message_port.h
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_port.h b/chrome/browser/extensions/api/messaging/native_message_port.h
|
| index 6afce8a99599d9ae0e04f664ed0b286ca376aedc..4c88445f96773eee63571044c9a5ffa6304d09fb 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_port.h
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_port.h
|
| @@ -16,7 +16,7 @@ class NativeMessagePort : public MessageService::MessagePort {
|
| // Takes ownership of |native_process|.
|
| explicit NativeMessagePort(NativeMessageProcessHost* native_process);
|
| virtual ~NativeMessagePort();
|
| - virtual void DispatchOnMessage(const std::string& message,
|
| + virtual void DispatchOnMessage(scoped_ptr<base::ListValue> message,
|
| int target_port_id) OVERRIDE;
|
|
|
| private:
|
|
|