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

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

Issue 263683002: Set file tokens for NaCl main nexe if available to enable validation caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clear tokens too Created 6 years, 7 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/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index cb958bce64acb5f0d672d35d716da2b63c067f8b..9bd920b293d8f46624f560d260739c6039b23714 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -315,6 +315,7 @@ class Plugin : public pp::Instance {
int32_t manifest_id_;
PP_FileHandle nexe_handle_;
+ NaClFileInfo nexe_file_info_;
const PPB_NaCl_Private* nacl_interface_;
pp::UMAPrivate uma_interface_;

Powered by Google App Engine
This is Rietveld 408576698