Index: chrome/renderer/extensions/extension_helper.h |
diff --git a/chrome/renderer/extensions/extension_helper.h b/chrome/renderer/extensions/extension_helper.h |
index fcb82b144bfcaeb6764bbe440b5472e9e2b2e208..0d4f8b543b4e321a579463460297f74ca7073db6 100644 |
--- a/chrome/renderer/extensions/extension_helper.h |
+++ b/chrome/renderer/extensions/extension_helper.h |
@@ -71,6 +71,7 @@ class ExtensionHelper |
const base::ListValue& response, |
const std::string& error); |
void OnExtensionMessageInvoke(const std::string& extension_id, |
+ const std::string& module_name, |
const std::string& function_name, |
const base::ListValue& args, |
bool user_gesture); |
@@ -80,7 +81,7 @@ class ExtensionHelper |
const base::DictionaryValue& source_tab, |
const ExtensionMsg_ExternalConnectionInfo& info); |
void OnExtensionDeliverMessage(int target_port_id, |
- const std::string& message); |
+ const base::ListValue& message); |
void OnExtensionDispatchOnDisconnect(int port_id, |
const std::string& error_message); |
void OnExecuteCode(const ExtensionMsg_ExecuteCode_Params& params); |