| 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 8ff6e0b8d4bc2180f5795a5c33a75094e2ee1b8d..4934d4f150d3b59a6e51f0ae10e6eceec3156efd 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_irt,
|
| bool uses_ppapi,
|
| bool enable_ppapi_dev,
|
| pp::CompletionCallback crash_cb);
|
|
|