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 5af0c5183d76257937e8618d9efc11431d5d5e87..54829ef3c98b0ec46c0a12c479f762516a35de96 100644 |
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h |
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
@@ -219,7 +219,8 @@ class ServiceRuntime { |
// describing the error. |
bool Start(nacl::DescWrapper* nacl_file_desc, |
ErrorInfo* error_info, |
- const nacl::string& url); |
+ const nacl::string& url, |
+ pp::CompletionCallback crash_cb); |
// Starts the application channel to the nexe. |
SrpcClient* SetupAppChannel(); |