summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_messages.h
diff options
context:
space:
mode:
authorhanxi@chromium.org <hanxi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 22:50:01 +0000
committerhanxi@chromium.org <hanxi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 22:51:23 +0000
commit1fd62287247ebcda39054f331fde44da74e8a0c2 (patch)
tree0f91c2c7b54ac7274a959d786879838c16664031 /extensions/common/extension_messages.h
parent70c6a9dc71bf4ec8fa6c4ffb6c9434db6f9b3054 (diff)
downloadchromium_src-1fd62287247ebcda39054f331fde44da74e8a0c2.zip
chromium_src-1fd62287247ebcda39054f331fde44da74e8a0c2.tar.gz
chromium_src-1fd62287247ebcda39054f331fde44da74e8a0c2.tar.bz2
1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest.
2. Move its ipc handler to extensions. BUG=352290 Review URL: https://codereview.chromium.org/497103002 Cr-Commit-Position: refs/heads/master@{#291542} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/extension_messages.h')
-rw-r--r--extensions/common/extension_messages.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index fc3071f..e8d8e5b 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 */)