| Index: chrome/browser/renderer_host/chrome_render_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.h b/chrome/browser/renderer_host/chrome_render_message_filter.h
|
| index 86c36853f75f4a0dd9fe7f03dcc4bb15aa35745d..d692e839f02dd2855523c211f84843f27909aef4 100644
|
| --- a/chrome/browser/renderer_host/chrome_render_message_filter.h
|
| +++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
|
| @@ -108,14 +108,12 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
|
| const std::string& source_extension_id,
|
| const std::string& native_app_name,
|
| const std::string& channel_name,
|
| - const std::string& connect_message,
|
| int* port_id);
|
| void OpenChannelToNativeAppOnUIThread(int source_routing_id,
|
| int receiver_port_id,
|
| const std::string& source_extension_id,
|
| const std::string& native_app_name,
|
| - const std::string& channel_name,
|
| - const std::string& connect_message);
|
| + const std::string& channel_name);
|
| void OnOpenChannelToTab(int routing_id, int tab_id,
|
| const std::string& extension_id,
|
| const std::string& channel_name, int* port_id);
|
|
|