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

Unified Diff: remoting/host/ipc_event_executor.h

Issue 11778049: Making DesktopEnvironment a factory class used by ClientSession to create audio/video capturers and… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/ipc_event_executor.h
diff --git a/remoting/host/ipc_event_executor.h b/remoting/host/ipc_event_executor.h
index 53167832b41334c39ad7e23dc4d766ddbfe768ad..184dee554504acaa22de3ff8b3ed2fd6ffda0e56 100644
--- a/remoting/host/ipc_event_executor.h
+++ b/remoting/host/ipc_event_executor.h
@@ -17,7 +17,8 @@ class DesktopSessionProxy;
// agent running in the desktop integration process.
class IpcEventExecutor : public EventExecutor {
public:
- IpcEventExecutor(scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
+ explicit IpcEventExecutor(
+ scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
virtual ~IpcEventExecutor();
// ClipboardStub interface.

Powered by Google App Engine
This is Rietveld 408576698