Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
index 3909777f057c30ba706c2d8c14ab435b1f6c9293..29ada4768ef36c1bf1b8179c865ff4950ddb6cd2 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
@@ -42,10 +42,12 @@ class PnaclManifest : public Manifest { |
virtual bool GetProgramURL(nacl::string* full_url, |
PnaclOptions* pnacl_options, |
+ bool* uses_nonsfi_mode, |
ErrorInfo* error_info) const { |
// Does not contain program urls. |
UNREFERENCED_PARAMETER(full_url); |
UNREFERENCED_PARAMETER(pnacl_options); |
+ UNREFERENCED_PARAMETER(uses_nonsfi_mode); |
UNREFERENCED_PARAMETER(error_info); |
PLUGIN_PRINTF(("PnaclManifest does not contain a program\n")); |
error_info->SetReport(PP_NACL_ERROR_MANIFEST_GET_NEXE_URL, |