| Index: ppapi/native_client/src/trusted/plugin/file_downloader.h
|
| ===================================================================
|
| --- ppapi/native_client/src/trusted/plugin/file_downloader.h (revision 115141)
|
| +++ ppapi/native_client/src/trusted/plugin/file_downloader.h (working copy)
|
| @@ -57,6 +57,7 @@
|
| // update received by the loader.
|
| bool Open(const nacl::string& url,
|
| DownloadFlags flags,
|
| + bool allow_extension_url,
|
| const pp::CompletionCallback& callback,
|
| PP_URLLoaderTrusted_StatusCallback progress_callback);
|
|
|
|
|