Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: remoting/host/host_mock_objects.h

Issue 10447041: Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/host_user_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.h
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index ce6527325c4bde9e502dc904f1f032f44c8dd342..ea34f82bbf59f75aeb433d87a2cbfd9503a77391 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -64,7 +64,8 @@ class MockLocalInputMonitor : public LocalInputMonitor {
MockLocalInputMonitor();
virtual ~MockLocalInputMonitor();
- MOCK_METHOD1(Start, void(remoting::ChromotingHost* host));
+ MOCK_METHOD2(Start, void(MouseMoveObserver* mouse_move_observer,
+ const base::Closure& disconnect_callback));
MOCK_METHOD0(Stop, void());
};
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/host_user_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698