| 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),
|
|
|