Index: chrome/browser/extensions/api/messaging/message_service.h |
diff --git a/chrome/browser/extensions/api/messaging/message_service.h b/chrome/browser/extensions/api/messaging/message_service.h |
index f4c691a0f9b4e93cd5c6be632c490f7ae0b66c8c..6c39613d634e1d773d8cd58b77570701f49f20ea 100644 |
--- a/chrome/browser/extensions/api/messaging/message_service.h |
+++ b/chrome/browser/extensions/api/messaging/message_service.h |
@@ -120,8 +120,7 @@ class MessageService : public content::NotificationObserver, |
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); |
// Should be called on the UI thread. |
void FinalizeOpenChannelToNativeApp( |