| Index: chrome/renderer/mock_render_thread.h
|
| diff --git a/chrome/renderer/mock_render_thread.h b/chrome/renderer/mock_render_thread.h
|
| index 69a5186d5368902cff08e6b9fc2691349fd570fc..eb1a4582cf95d1b4e58ba0a666f6929f2faca1d0 100644
|
| --- a/chrome/renderer/mock_render_thread.h
|
| +++ b/chrome/renderer/mock_render_thread.h
|
| @@ -84,7 +84,8 @@ class MockRenderThread : public RenderThreadBase {
|
| // The callee expects to be returned a valid channel_id.
|
| void OnMsgOpenChannelToExtension(
|
| int routing_id, const std::string& extension_id,
|
| - const std::string& channel_name, int* port_id);
|
| + const std::string& source_extension_id,
|
| + const std::string& target_extension_id, int* port_id);
|
|
|
| void OnDuplicateSection(base::SharedMemoryHandle renderer_handle,
|
| base::SharedMemoryHandle* browser_handle);
|
|
|