| 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
|
|
|