diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 86f8149..8f071bb 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -255,8 +255,7 @@ class TabProxy : public AutomationResourceProxy { SavePackage::SavePackageType type); // Posts a message to the external tab. - void HandleMessageFromExternalHost(AutomationHandle handle, - const std::string& message, + void HandleMessageFromExternalHost(const std::string& message, const std::string& origin, const std::string& target); |