diff options
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_messages.h')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_messages.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h index 4f3541d..96c8339 100644 --- a/content/common/browser_plugin/browser_plugin_messages.h +++ b/content/common/browser_plugin/browser_plugin_messages.h @@ -310,10 +310,6 @@ IPC_MESSAGE_ROUTED2(BrowserPluginMsg_AllocateInstanceID_ACK, int /* request_id */, int /* instance_id */) -IPC_MESSAGE_CONTROL2(BrowserPluginMsg_AddMessageToConsole, - int /* instance_id */, - base::DictionaryValue /* message_info */) - // This message is sent in response to a completed attachment of a guest // to a BrowserPlugin. This message carries information about the guest // that is used to update the attributes of the browser plugin. |