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

Unified Diff: remoting/host/event_executor.h

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/desktop_environment_factory.cc ('k') | remoting/host/event_executor_fake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor.h
===================================================================
--- remoting/host/event_executor.h (revision 156297)
+++ remoting/host/event_executor.h (working copy)
@@ -28,11 +28,11 @@
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner);
// Initialises any objects needed to execute events.
- virtual void Start(
+ virtual void OnSessionStarted(
scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
- // Destroys any objects constructed by Start() and deletes |this|.
- virtual void StopAndDelete() = 0;
+ // Destroys any objects constructed by Start().
+ virtual void OnSessionFinished() = 0;
};
} // namespace remoting
« no previous file with comments | « remoting/host/desktop_environment_factory.cc ('k') | remoting/host/event_executor_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698