diff options
Diffstat (limited to 'chrome/renderer/extensions/dispatcher.h')
-rw-r--r-- | chrome/renderer/extensions/dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/extensions/dispatcher.h b/chrome/renderer/extensions/dispatcher.h index 2d81dff..80cd0ee 100644 --- a/chrome/renderer/extensions/dispatcher.h +++ b/chrome/renderer/extensions/dispatcher.h @@ -164,7 +164,7 @@ class Dispatcher : public content::RenderProcessObserver { const std::string& channel_name, const base::DictionaryValue& source_tab, const ExtensionMsg_ExternalConnectionInfo& info); - void OnDeliverMessage(int target_port_id, const base::ListValue& message); + void OnDeliverMessage(int target_port_id, const std::string& message); void OnDispatchOnDisconnect(int port_id, const std::string& error_message); void OnSetFunctionNames(const std::vector<std::string>& names); void OnSetSystemFont(const std::string& font_family, |