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

Unified Diff: remoting/host/host_mock_objects.cc

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/host_mock_objects.h ('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.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index ca3cee68d518e8bc4d510823459f39951c4977d4..c4739ee6ea7f0c87369272e965cf28bdb3eb5ee6 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -57,14 +57,6 @@ void MockInputInjector::Start(
StartPtr(client_clipboard.get());
}
-MockContinueWindow::MockContinueWindow() {}
-
-MockContinueWindow::~MockContinueWindow() {}
-
-scoped_ptr<ContinueWindow> ContinueWindow::Create(const UiStrings* ui_strings) {
- return scoped_ptr<ContinueWindow>(new MockContinueWindow());
-}
-
MockClientSessionControl::MockClientSessionControl() {}
MockClientSessionControl::~MockClientSessionControl() {}
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/host_user_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698