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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.cc

Issue 11441012: PPB_UDPSocket_Private is switched to the new Pepper proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 years 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: chrome/browser/nacl_host/nacl_process_host.cc
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
index eef1dac91ff878a6d641f17dd1c04050282c8f49..23d72f94a5d253585e2a3f3dfd0dadd988bc594a 100644
--- a/chrome/browser/nacl_host/nacl_process_host.cc
+++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -768,10 +768,11 @@ void NaClProcessHost::OnPpapiChannelCreated(
// Create the browser ppapi host and enable PPAPI message dispatching to the
// browser process.
ppapi_host_.reset(content::BrowserPpapiHost::CreateExternalPluginProcess(
- ipc_proxy_channel_.get(), //process_.get(), // sender
+ ipc_proxy_channel_.get(), // process_.get(), // sender
dmichael (off chromium) 2012/12/12 23:23:38 Oops, this was my mistake. Please just remove the
ygorshenin1 2012/12/18 12:07:16 Done.
permissions_,
process_->GetData().handle,
process_->GetData().id,
+ process_->GetData().type,
dmichael (off chromium) 2013/01/10 05:57:16 I don't think you need this param. If you want to
ygorshenin1 2013/01/10 11:36:12 Done.
ipc_proxy_channel_.get(),
chrome_render_message_filter_->GetHostResolver(),
chrome_render_message_filter_->render_process_id(),

Powered by Google App Engine
This is Rietveld 408576698