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

Unified Diff: ppapi/proxy/plugin_main_nacl.cc

Issue 10957021: PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_main_nacl.cc
diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
index aba7be6179305317192d6c2637e2916edf373e45..4f840130ae872b5d158313a5279b9e345d8a5547 100644
--- a/ppapi/proxy/plugin_main_nacl.cc
+++ b/ppapi/proxy/plugin_main_nacl.cc
@@ -260,6 +260,7 @@ int PpapiPluginMain() {
return error;
PpapiDispatcher ppapi_dispatcher(io_thread.message_loop_proxy());
+ PluginGlobals::Get()->set_plugin_proxy_delegate(&ppapi_dispatcher);
bbudge 2012/09/20 18:15:24 Can't you use plugin_globals, above?
loop.Run();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698