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

Unified Diff: remoting/host/desktop_process.h

Issue 11413022: DesktopSessionAgent now hosts the video capturer and provides necessary plumbing to drive it via an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing clang compilation. Created 8 years, 1 month 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/chromoting_messages.h ('k') | remoting/host/desktop_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process.h
diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
index 75786b57d7ca91a8f1551eba763ee8f95861d534..e95971ee00067a7a1a13ad2fdaaad441a1d29e9b 100644
--- a/remoting/host/desktop_process.h
+++ b/remoting/host/desktop_process.h
@@ -57,7 +57,7 @@ class DesktopProcess : public IPC::Listener {
// Provides screen/audio capturing and input injection services for
// the network process.
- scoped_ptr<DesktopSessionAgent> desktop_agent_;
+ scoped_refptr<DesktopSessionAgent> desktop_agent_;
DISALLOW_COPY_AND_ASSIGN(DesktopProcess);
};
« no previous file with comments | « remoting/host/chromoting_messages.h ('k') | remoting/host/desktop_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698