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

Unified Diff: ppapi/native_client/src/trusted/plugin/file_downloader.h

Issue 8974020: Change pnacl to read all resources from the extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/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);

Powered by Google App Engine
This is Rietveld 408576698