| Index: chrome/renderer/chrome_mock_render_thread.cc
|
| diff --git a/chrome/renderer/chrome_mock_render_thread.cc b/chrome/renderer/chrome_mock_render_thread.cc
|
| index 966191db0b3444d59214cf18ee49cd75b2b0196f..683dacccaff891873fd8c8d0aa64626e9eeca169 100644
|
| --- a/chrome/renderer/chrome_mock_render_thread.cc
|
| +++ b/chrome/renderer/chrome_mock_render_thread.cc
|
| @@ -51,7 +51,7 @@ void ChromeMockRenderThread::OnOpenChannelToExtension(
|
| const ExtensionMsg_ExternalConnectionInfo& info,
|
| const std::string& channel_name,
|
| bool include_tls_channel_id,
|
| - int* port_id) {
|
| - *port_id = 0;
|
| + int request_id) {
|
| + Send(new ExtensionMsg_AssignPortId(routing_id, 0, request_id));
|
| }
|
| #endif
|
|
|