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

Unified Diff: remoting/host/win/session_event_executor.h

Issue 10915206: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
Index: remoting/host/win/session_event_executor.h
diff --git a/remoting/host/session_event_executor_win.h b/remoting/host/win/session_event_executor.h
similarity index 88%
rename from remoting/host/session_event_executor_win.h
rename to remoting/host/win/session_event_executor.h
index b6d48bf079fb920b8e0d19b91c8965446489d809..118238d72661138bd927154d080ba0f8d37c88e6 100644
--- a/remoting/host/session_event_executor_win.h
+++ b/remoting/host/win/session_event_executor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
-#define REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
+#ifndef REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
+#define REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
#include <set>
@@ -29,9 +29,9 @@ class SessionEventExecutorWin : public EventExecutor {
~SessionEventExecutorWin();
// EventExecutor implementation.
- virtual void OnSessionStarted(
+ virtual void Start(
scoped_ptr<protocol::ClipboardStub> client_clipboard) OVERRIDE;
- virtual void OnSessionFinished() OVERRIDE;
+ virtual void StopAndDelete() OVERRIDE;
// protocol::ClipboardStub implementation.
virtual void InjectClipboardEvent(
@@ -66,4 +66,4 @@ class SessionEventExecutorWin : public EventExecutor {
} // namespace remoting
-#endif // REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
+#endif // REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | remoting/host/win/session_event_executor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698