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

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

Issue 224803002: Enable mmap and identity-based validation caching on pnacl-{llc,ld}.nexe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix token handover for main nexe Created 6 years, 8 months 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/pnacl_resources.h
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
index ca1893bd8d6472c20ea2fd9dd34f57daca8e8083..65af7f874a5289e60db9f8f0e244c39e9a532b5e 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
@@ -79,7 +79,11 @@ class PnaclResources {
// fired.
nacl::DescWrapper* WrapperForUrl(const nacl::string& url);
- static int32_t GetPnaclFD(Plugin* plugin, const char* filename);
+ static int32_t GetPnaclFD(Plugin* plugin,
+ const char* filename,
+ bool is_executable,
+ uint64_t* file_token_lo,
+ uint64_t* file_token_hi);
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PnaclResources);
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.gyp ('k') | ppapi/native_client/src/trusted/plugin/pnacl_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698