diff options
Diffstat (limited to 'ceee/ie/testing/mock_broker_and_friends.h')
-rw-r--r-- | ceee/ie/testing/mock_broker_and_friends.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceee/ie/testing/mock_broker_and_friends.h b/ceee/ie/testing/mock_broker_and_friends.h index 5658a48..e05344f 100644 --- a/ceee/ie/testing/mock_broker_and_friends.h +++ b/ceee/ie/testing/mock_broker_and_friends.h @@ -174,6 +174,8 @@ class MockTabEventsFunnel : public TabEventsFunnel { MOCK_METHOD3(OnUpdated, HRESULT(HWND tab, BSTR url, READYSTATE ready_state)); MOCK_METHOD2(OnTabUnmapped, HRESULT(HWND tab, int tab_id)); + + MOCK_METHOD2(SendEventToBroker, HRESULT(const char*, const char*)); }; class MockWindowEventsFunnel : public WindowEventsFunnel { |