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

Unified Diff: remoting/client/client_context.h

Issue 7635030: Add PluginMessageLoopProxy and use it for Host plugin UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 9 years, 4 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/client/client_context.h
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h
index d0d584ad2292414f2881400dac9a860fdb75a6de..a71f5166941b592f5399a1d6abf3513b5ed30449 100644
--- a/remoting/client/client_context.h
+++ b/remoting/client/client_context.h
@@ -40,6 +40,8 @@ class ClientContext {
// message loop for network IO.
base::Thread network_thread_;
+ scoped_refptr<base::MessageLoopProxy> network_message_loop_;
+
DISALLOW_COPY_AND_ASSIGN(ClientContext);
};

Powered by Google App Engine
This is Rietveld 408576698