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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 10911248: Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to Cl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/plugin/host_script_object.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
===================================================================
--- remoting/host/host_mock_objects.cc (revision 156297)
+++ remoting/host/host_mock_objects.cc (working copy)
@@ -30,16 +30,11 @@
MockEventExecutor::~MockEventExecutor() {}
-void MockEventExecutor::Start(
+void MockEventExecutor::OnSessionStarted(
scoped_ptr<protocol::ClipboardStub> client_clipboard) {
- StartPtr(client_clipboard.get());
+ OnSessionStartedPtr(client_clipboard.get());
}
-void MockEventExecutor::StopAndDelete() {
- StopAndDeleteMock();
- delete this;
-}
-
MockDisconnectWindow::MockDisconnectWindow() {}
MockDisconnectWindow::~MockDisconnectWindow() {}
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/plugin/host_script_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698