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

Unified Diff: remoting/protocol/jingle_connection_to_host.h

Issue 6359010: Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done Created 9 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/protocol/jingle_connection_to_host.h
diff --git a/remoting/protocol/jingle_connection_to_host.h b/remoting/protocol/jingle_connection_to_host.h
index 8e90c5be2598ad3267f5b150ce0d22cfbad18e2b..a37ab3cabbd955dbaf2299d6b0190207bf0a64a9 100644
--- a/remoting/protocol/jingle_connection_to_host.h
+++ b/remoting/protocol/jingle_connection_to_host.h
@@ -91,7 +91,7 @@ class JingleConnectionToHost : public ConnectionToHost,
scoped_refptr<SessionManager> session_manager_;
scoped_refptr<Session> session_;
- MessageReader control_reader_;
+ scoped_refptr<MessageReader> control_reader_;
Sergey Ulanov 2011/01/25 22:26:53 This was replaced with dispatcher_, so we don't ne
scoped_ptr<VideoReader> video_reader_;
HostEventCallback* event_callback_;

Powered by Google App Engine
This is Rietveld 408576698