diff options
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 1fac8fa..1aadbc4 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -311,9 +311,9 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, 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); + // Handler for a message sent by the automation client. + void OnMessageFromExternalHost(int handle, const std::string& target, + const std::string& message); // Callback for history redirect queries. virtual void OnRedirectQueryComplete( |