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

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

Issue 177113009: Support non-SFI mode in NaCl manifest file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/manifest.h
diff --git a/ppapi/native_client/src/trusted/plugin/manifest.h b/ppapi/native_client/src/trusted/plugin/manifest.h
index b828aeac5e9e87513f53535b49b6e107ad0ff233..0d4f76ecd38c0c7b710676c3cd5225005412cfec 100644
--- a/ppapi/native_client/src/trusted/plugin/manifest.h
+++ b/ppapi/native_client/src/trusted/plugin/manifest.h
@@ -43,6 +43,7 @@ class Manifest {
// PNaCl translation.
virtual bool GetProgramURL(nacl::string* full_url,
PnaclOptions* pnacl_options,
+ bool* nonsfi_enabled,
ErrorInfo* error_info) const = 0;
// Resolves a URL relative to the manifest base URL

Powered by Google App Engine
This is Rietveld 408576698