| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index 08a436e7ee18d743ce040e8640094def3761e96b..39263529b18d07e675d12a35061c6c48b0406b95 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -351,6 +351,7 @@ class Plugin : public pp::InstancePrivate {
|
| const Manifest* manifest,
|
| bool should_report_uma,
|
| bool uses_ppapi,
|
| + bool uses_irt,
|
| ErrorInfo* error_info,
|
| pp::CompletionCallback init_done_cb,
|
| pp::CompletionCallback crash_cb);
|
|
|