Index: chrome/renderer/extensions/extension_dispatcher.h |
=================================================================== |
--- chrome/renderer/extensions/extension_dispatcher.h (revision 103262) |
+++ chrome/renderer/extensions/extension_dispatcher.h (working copy) |
@@ -69,6 +69,7 @@ |
const std::string& function_name, |
const base::ListValue& args, |
const GURL& event_url); |
+ void OnDeliverMessage(int target_port_id, const std::string& message); |
void OnSetFunctionNames(const std::vector<std::string>& names); |
void OnLoaded(const ExtensionMsg_Loaded_Params& params); |
void OnUnloaded(const std::string& id); |