diff options
author | iyengar@google.com <iyengar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 21:22:15 +0000 |
---|---|---|
committer | iyengar@google.com <iyengar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 21:22:15 +0000 |
commit | 3ac14a058599a1381224264784ad4000934f0119 (patch) | |
tree | c67e92c258ee19a378be5acfdb5741d2d2085bab /chrome/test/automation/automation_messages_internal.h | |
parent | b5e3bbf106f2bda83900e526d07dfa10a2164c82 (diff) | |
download | chromium_src-3ac14a058599a1381224264784ad4000934f0119.zip chromium_src-3ac14a058599a1381224264784ad4000934f0119.tar.gz chromium_src-3ac14a058599a1381224264784ad4000934f0119.tar.bz2 |
Added support for PostMessage from the automation framework to
the renderer.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 82ae220..9c029c4 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -737,6 +737,12 @@ IPC_BEGIN_MESSAGES(Automation, 0) IPC_MESSAGE_ROUTED1(AutomationMsg_OpenFindInPageRequest, int /* tab_handle */) + // Posts a message to the chrome renderer. + IPC_MESSAGE_ROUTED3(AutomationMsg_PostMessage, + int /* automation handle */, + std::string /* target */, + std::string /* message */ ) + // A message for an external host. // |receiver| can be a receiving script and |message| is any // arbitrary string that makes sense to the receiver. |