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

Unified Diff: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc

Issue 337463002: Remove LoadModule SRPC for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
index 46d636729db3a0c24b13e2f2f7f3d2ffcda81e45..4508fb9432af81fe4a88065bab7a78af96c736bc 100644
--- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
+++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
@@ -19,6 +19,7 @@ void SelLdrLauncherChrome::Start(
PP_Instance instance,
bool main_service_runtime,
const char* url,
+ const PP_NaClFileInfo* file_info,
bool uses_irt,
bool uses_ppapi,
bool uses_nonsfi_mode,
@@ -37,6 +38,7 @@ void SelLdrLauncherChrome::Start(
instance,
PP_FromBool(main_service_runtime),
url,
+ file_info,
PP_FromBool(uses_irt),
PP_FromBool(uses_ppapi),
PP_FromBool(uses_nonsfi_mode),

Powered by Google App Engine
This is Rietveld 408576698