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..07d59bbc92124c6885e2078bdcf4018ff3650eb5 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* uses_nonsfi_mode, |
ErrorInfo* error_info) const = 0; |
// Resolves a URL relative to the manifest base URL |