Index: remoting/host/event_executor.h |
=================================================================== |
--- remoting/host/event_executor.h (revision 155615) |
+++ 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 |