summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/automation_client_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/automation_client_mock.h')
-rw-r--r--chrome_frame/test/automation_client_mock.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome_frame/test/automation_client_mock.h b/chrome_frame/test/automation_client_mock.h
index d08d62d3..09b1484 100644
--- a/chrome_frame/test/automation_client_mock.h
+++ b/chrome_frame/test/automation_client_mock.h
@@ -90,8 +90,10 @@ struct MockCFDelegate : public ChromeFrameDelegateImpl {
class MockAutomationProxy : public ChromeFrameAutomationProxy {
public:
MOCK_METHOD1(Send, bool(IPC::Message*));
- MOCK_METHOD3(SendAsAsync, void(IPC::SyncMessage* msg, void* callback,
- void* key));
+ MOCK_METHOD3(SendAsAsync,
+ void(IPC::SyncMessage* msg,
+ SyncMessageReplyDispatcher::SyncMessageCallContext* context,
+ void* key));
MOCK_METHOD1(CancelAsync, void(void* key));
MOCK_METHOD1(CreateTabProxy, scoped_refptr<TabProxy>(int handle));
MOCK_METHOD1(ReleaseTabProxy, void(AutomationHandle handle));