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

Unified Diff: components/nacl/browser/nacl_host_message_filter.cc

Issue 338523007: Pepper: Whitelist dev channel APIs for some apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 6 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: components/nacl/browser/nacl_host_message_filter.cc
diff --git a/components/nacl/browser/nacl_host_message_filter.cc b/components/nacl/browser/nacl_host_message_filter.cc
index a71f419358b74d586fa80c269b809f6973e2bd05..ad3c9d5e6d33b82ef9569eb4a4dcab72366e406b 100644
--- a/components/nacl/browser/nacl_host_message_filter.cc
+++ b/components/nacl/browser/nacl_host_message_filter.cc
@@ -73,7 +73,9 @@ void NaClHostMessageFilter::OnLaunchNaCl(
const nacl::NaClLaunchParams& launch_params,
IPC::Message* reply_msg) {
NaClProcessHost* host = new NaClProcessHost(
+ GURL(launch_params.document_url),
GURL(launch_params.manifest_url),
+ render_process_id_,
launch_params.render_view_id,
launch_params.permission_bits,
launch_params.uses_irt,

Powered by Google App Engine
This is Rietveld 408576698