| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| index 72b3eeed67ea30833bdff21d247201c470ba434c..f435098dc75b7eb9a1c5fb9de23c14968cc4bd38 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| @@ -18,6 +18,7 @@ class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
|
| virtual void 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,
|
|
|