Index: ppapi/native_client/src/trusted/plugin/service_runtime.h |
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
index 953f979cd8fbad42ff287fa023b7e73f60af2283..8ff6e0b8d4bc2180f5795a5c33a75094e2ee1b8d 100644 |
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h |
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
@@ -238,6 +238,7 @@ class ServiceRuntime { |
bool Start(nacl::DescWrapper* nacl_file_desc, |
ErrorInfo* error_info, |
const nacl::string& url, |
+ bool uses_ppapi, |
bool enable_ppapi_dev, |
pp::CompletionCallback crash_cb); |