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

Unified Diff: remoting/host/host_mock_objects.h

Issue 11583023: Give DisconnectWindow some TLC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace DisconnectCallback with base::Closure Created 8 years 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/disconnect_window_win.cc ('k') | no next file » | 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 725a7d151f0cd2ebce27dc390fc7e66609c0e6ba..6af3e8a630611cbad11917b38169cfc4e90ed6b4 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -60,7 +60,7 @@ class MockDisconnectWindow : public DisconnectWindow {
virtual ~MockDisconnectWindow();
MOCK_METHOD3(Show, bool(const UiStrings& ui_strings,
- const DisconnectCallback& disconnect_callback,
+ const base::Closure& disconnect_callback,
const std::string& username));
MOCK_METHOD0(Hide, void());
};
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698