| Index: chrome/common/extensions/chrome_extension_messages.h
|
| diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h
|
| index c488a61dfcd6d3b4e6b50063c24ce43a7c24c926..764d31acf25953535aa241e63273c9f61e5d1972 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -90,11 +90,3 @@ IPC_MESSAGE_ROUTED5(ExtensionHostMsg_InlineWebstoreInstall,
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeExtensionHostMsg_DidGetApplicationInfo,
|
| WebApplicationInfo)
|
| -
|
| -// Sent by the renderer to set initialization parameters of a Browser Plugin
|
| -// that is identified by |element_instance_id|.
|
| -IPC_MESSAGE_CONTROL4(ChromeExtensionHostMsg_AttachGuest,
|
| - int /* routing_id */,
|
| - int /* element_instance_id */,
|
| - int /* guest_instance_id */,
|
| - base::DictionaryValue /* attach_params */)
|
|
|