| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index fc3071fc9dcada1e1bd972b3d5a555fa26bf1263..e8d8e5ba7f6520653d72a066d82578053f546e2f 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -718,3 +718,11 @@ IPC_MESSAGE_ROUTED4(ExtensionHostMsg_DetailedConsoleMessageAdded,
|
| base::string16 /* source */,
|
| extensions::StackTrace /* stack trace */,
|
| int32 /* severity level */)
|
| +
|
| +// Sent by the renderer to set initialization parameters of a Browser Plugin
|
| +// that is identified by |element_instance_id|.
|
| +IPC_MESSAGE_CONTROL4(ExtensionHostMsg_AttachGuest,
|
| + int /* routing_id */,
|
| + int /* element_instance_id */,
|
| + int /* guest_instance_id */,
|
| + base::DictionaryValue /* attach_params */)
|
|
|