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

Unified Diff: remoting/host/host_mock_objects.h

Issue 10384127: Chromoting: the Me2me host now presents a notification on the console allowing a user to disconnect… (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
Index: remoting/host/host_mock_objects.h
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index abb19d52defddc7ef4e8cbe0ca24421850433eca..ce6527325c4bde9e502dc904f1f032f44c8dd342 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -53,7 +53,8 @@ class MockDisconnectWindow : public DisconnectWindow {
MockDisconnectWindow();
virtual ~MockDisconnectWindow();
- MOCK_METHOD2(Show, void(remoting::ChromotingHost* host,
+ MOCK_METHOD3(Show, void(remoting::ChromotingHost* host,
+ const DisconnectCallback& disconnect_callback,
const std::string& username));
MOCK_METHOD0(Hide, void());
};

Powered by Google App Engine
This is Rietveld 408576698