diff options
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin.h')
-rw-r--r-- | content/renderer/browser_plugin/browser_plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h index d7df19b..bfb2bc7 100644 --- a/content/renderer/browser_plugin/browser_plugin.h +++ b/content/renderer/browser_plugin/browser_plugin.h @@ -324,9 +324,6 @@ class CONTENT_EXPORT BrowserPlugin : // IPC message handlers. // Please keep in alphabetical order. - void OnAddMessageToConsole( - int instance_id, - const base::DictionaryValue& message_info); void OnAdvanceFocus(int instance_id, bool reverse); void OnAttachACK(int instance_id, const BrowserPluginMsg_Attach_ACK_Params& ack_params); |