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

Unified Diff: remoting/host/host_mock_objects.h

Issue 13461029: The continue window is owned by the desktop environment now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 8 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/continue_window_win.cc ('k') | remoting/host/host_mock_objects.cc » ('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 499b198f0ec4844dfc93323556a2f04a44751bb0..3275dc2b72c7bc2512e5977eea552e353ba91d8e 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -9,10 +9,8 @@
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/client_session.h"
#include "remoting/host/client_session_control.h"
-#include "remoting/host/continue_window.h"
#include "remoting/host/desktop_environment.h"
#include "remoting/host/host_status_observer.h"
-#include "remoting/host/host_window.h"
#include "remoting/host/input_injector.h"
#include "remoting/host/screen_controls.h"
#include "remoting/host/screen_resolution.h"
@@ -44,16 +42,6 @@ class MockDesktopEnvironment : public DesktopEnvironment {
virtual scoped_ptr<media::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
};
-class MockContinueWindow : public ContinueWindow {
- public:
- MockContinueWindow();
- virtual ~MockContinueWindow();
-
- MOCK_METHOD1(Show, void(
- const remoting::ContinueWindow::ContinueSessionCallback& callback));
- MOCK_METHOD0(Hide, void());
-};
-
class MockClientSessionControl : public ClientSessionControl {
public:
MockClientSessionControl();
« no previous file with comments | « remoting/host/continue_window_win.cc ('k') | remoting/host/host_mock_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698