| Index: chrome/renderer/chrome_mock_render_thread.h
 | 
| diff --git a/chrome/renderer/chrome_mock_render_thread.h b/chrome/renderer/chrome_mock_render_thread.h
 | 
| index c3b3c7a46220498c47ba843c227ec99b28701b47..49fe79f45474df1bc506860822ba79bfbc743088 100644
 | 
| --- a/chrome/renderer/chrome_mock_render_thread.h
 | 
| +++ b/chrome/renderer/chrome_mock_render_thread.h
 | 
| @@ -15,6 +15,7 @@ class DictionaryValue;
 | 
|  }
 | 
|  
 | 
|  class MockPrinter;
 | 
| +struct ExtensionMsg_ExternalConnectionInfo;
 | 
|  struct PrintHostMsg_DidGetPreviewPageCount_Params;
 | 
|  struct PrintHostMsg_DidPreviewPage_Params;
 | 
|  struct PrintHostMsg_DidPrintPage_Params;
 | 
| @@ -52,9 +53,8 @@ class ChromeMockRenderThread : public content::MockRenderThread {
 | 
|  
 | 
|    // The callee expects to be returned a valid channel_id.
 | 
|    void OnOpenChannelToExtension(int routing_id,
 | 
| -                                const std::string& extension_id,
 | 
| -                                const std::string& source_extension_id,
 | 
| -                                const std::string& target_extension_id,
 | 
| +                                const ExtensionMsg_ExternalConnectionInfo& info,
 | 
| +                                const std::string& channel_name,
 | 
|                                  int* port_id);
 | 
|  
 | 
|  #if defined(OS_CHROMEOS)
 | 
| 
 |