diff options
Diffstat (limited to 'chrome/renderer/mock_render_thread.h')
-rw-r--r-- | chrome/renderer/mock_render_thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/renderer/mock_render_thread.h b/chrome/renderer/mock_render_thread.h index f88543b..e4f2403 100644 --- a/chrome/renderer/mock_render_thread.h +++ b/chrome/renderer/mock_render_thread.h @@ -74,7 +74,8 @@ class MockRenderThread : public RenderThreadBase { int* route_id); // The callee expects to be returned a valid channel_id. - void OnMsgOpenChannelToExtension(const std::string& extension_id, + void OnMsgOpenChannelToExtension(int routing_id, + const std::string& extension_id, int* channel_id); // The RenderView expects default print settings. |