| Index: chrome/renderer/mock_render_thread.cc
|
| diff --git a/chrome/renderer/mock_render_thread.cc b/chrome/renderer/mock_render_thread.cc
|
| index e99c6182b7faad3be8e24a4f80ea4cd0e8b530bc..6445dceb7350b1f19f3386faae67f53d8add683d 100644
|
| --- a/chrome/renderer/mock_render_thread.cc
|
| +++ b/chrome/renderer/mock_render_thread.cc
|
| @@ -97,7 +97,8 @@ void MockRenderThread::OnMsgCreateWidget(int opener_id,
|
| }
|
|
|
| void MockRenderThread::OnMsgOpenChannelToExtension(
|
| - int routing_id, const std::string& extension_id,
|
| + int routing_id, const std::string& source_extension_id,
|
| + const std::string& target_extension_id,
|
| const std::string& channel_name, int* port_id) {
|
| *port_id = 0;
|
| }
|
|
|