From 3ac14a058599a1381224264784ad4000934f0119 Mon Sep 17 00:00:00 2001 From: "iyengar@google.com" Date: Fri, 15 Aug 2008 21:22:15 +0000 Subject: 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 --- chrome/browser/automation/automation_provider.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/automation/automation_provider.h') diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 1bde370..1fac8fa 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -311,6 +311,10 @@ class AutomationProvider : public base::RefCounted, void AutocompleteEditGetMatches(const IPC::Message& message, int autocomplete_edit_handle); + // Handler for PostMessage sent by the automation client. + void OnPostMessage(int handle, const std::string& target, + const std::string& message); + // Callback for history redirect queries. virtual void OnRedirectQueryComplete( HistoryService::Handle request_handle, -- cgit v1.1