diff options
Diffstat (limited to 'chrome/renderer/mock_render_thread.h')
-rw-r--r-- | chrome/renderer/mock_render_thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/mock_render_thread.h b/chrome/renderer/mock_render_thread.h index fb47a15..a89822a6 100644 --- a/chrome/renderer/mock_render_thread.h +++ b/chrome/renderer/mock_render_thread.h @@ -69,6 +69,10 @@ class MockRenderThread : public RenderThreadBase { bool activatable, int* route_id); + // The callee expects to be returned a valid channel_id. + void OnMsgOpenChannelToExtension(const std::string& extension_id, + int* channel_id); + IPC::TestSink sink_; // Routing id what will be assigned to the Widget. |