summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_render_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/mock_render_thread.cc')
-rw-r--r--chrome/renderer/mock_render_thread.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/renderer/mock_render_thread.cc b/chrome/renderer/mock_render_thread.cc
index 3494b12..17dab52 100644
--- a/chrome/renderer/mock_render_thread.cc
+++ b/chrome/renderer/mock_render_thread.cc
@@ -97,8 +97,9 @@ void MockRenderThread::OnMsgCreateWidget(int opener_id,
}
void MockRenderThread::OnMsgOpenChannelToExtension(
- int routing_id, const std::string& extension_id, int* channel_id) {
- *channel_id = 0;
+ int routing_id, const std::string& extension_id,
+ const std::string& channel_name, int* port_id) {
+ *port_id = 0;
}
void MockRenderThread::OnDuplicateSection(