| Index: chrome/browser/extensions/api/messaging/message_service.h
|
| diff --git a/chrome/browser/extensions/api/messaging/message_service.h b/chrome/browser/extensions/api/messaging/message_service.h
|
| index 6dcde00c9f86060846fa5c4145a157e25a1eaa60..3145789e4876b13e3c386fd3f7a5400dd910a978 100644
|
| --- a/chrome/browser/extensions/api/messaging/message_service.h
|
| +++ b/chrome/browser/extensions/api/messaging/message_service.h
|
| @@ -74,7 +74,8 @@ class MessageService : public BrowserContextKeyedAPI,
|
| // Notify the port that the channel has been opened.
|
| virtual void DispatchOnConnect(int dest_port_id,
|
| const std::string& channel_name,
|
| - const base::DictionaryValue& source_tab,
|
| + scoped_ptr<base::DictionaryValue> source_tab,
|
| + int source_frame_id,
|
| const std::string& source_extension_id,
|
| const std::string& target_extension_id,
|
| const GURL& source_url,
|
|
|