summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_main_nacl.cc
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-20 22:43:16 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-20 22:43:16 +0000
commit23677cb8cace2e58c153688df0de591ff2aa7f1c (patch)
treec890e3d59f100c0f7406125d542bec3e7c5518d5 /ppapi/proxy/plugin_main_nacl.cc
parenta3e38d0f3735e5eb871aad4b96b565b986e989b9 (diff)
downloadchromium_src-23677cb8cace2e58c153688df0de591ff2aa7f1c.zip
chromium_src-23677cb8cace2e58c153688df0de591ff2aa7f1c.tar.gz
chromium_src-23677cb8cace2e58c153688df0de591ff2aa7f1c.tar.bz2
PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy
Makes URLRequestInfo work again for the IPC proxy. BUG=116317 TEST=URLLoader SDK example works again Review URL: https://chromiumcodereview.appspot.com/10957021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_main_nacl.cc')
-rw-r--r--ppapi/proxy/plugin_main_nacl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
index aba7be6..bd8dc7d 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());
+ plugin_globals.set_plugin_proxy_delegate(&ppapi_dispatcher);
loop.Run();