| 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..5d37595fc577c54a5b59047e1978e36759767179 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -350,6 +350,7 @@ class Plugin : public pp::InstancePrivate {
|
| NaClSubprocess* subprocess,
|
| const Manifest* manifest,
|
| bool should_report_uma,
|
| + bool uses_irt,
|
| bool uses_ppapi,
|
| ErrorInfo* error_info,
|
| pp::CompletionCallback init_done_cb,
|
|
|