| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index 4b90ec66f7c8f2cdc06162d3ec328f52021aeb70..1fe082a643642e9679be0c77efc7875dd70b932a 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -158,6 +158,7 @@
|
| // is successful, the file descriptor is opened and can be passed to sel_ldr
|
| // with the sandbox on.
|
| void NexeFileDidOpen(int32_t pp_error);
|
| + void NexeFileDidOpenContinuation(int32_t pp_error);
|
|
|
| // Callback used when a .nexe is translated from bitcode. If the translation
|
| // is successful, the file descriptor is opened and can be passed to sel_ldr
|
|
|