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

Unified Diff: remoting/protocol/jingle_connection_to_host.cc

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.cc
diff --git a/remoting/protocol/jingle_connection_to_host.cc b/remoting/protocol/jingle_connection_to_host.cc
index f680012ddfe6f0a2635bc6c1e7e75470d27c1e9e..04f5d6c721c4adb93abcf95d5b4283b259ea7d4d 100644
--- a/remoting/protocol/jingle_connection_to_host.cc
+++ b/remoting/protocol/jingle_connection_to_host.cc
@@ -22,6 +22,7 @@ namespace protocol {
JingleConnectionToHost::JingleConnectionToHost(JingleThread* thread)
: thread_(thread),
+ control_reader_(new MessageReader()),
Sergey Ulanov 2011/01/25 22:26:53 Just remove control_reader_
event_callback_(NULL),
dispatcher_(new ClientMessageDispatcher()) {
}

Powered by Google App Engine
This is Rietveld 408576698