| 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 4934d4f150d3b59a6e51f0ae10e6eceec3156efd..f11346ee69af562616edef1caf2ca6b59b7b3dc5 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -69,12 +69,10 @@ struct OpenManifestEntryResource {
|
| : url(target_url),
|
| out_desc(descp),
|
| error_info(infop),
|
| - pnacl_translate(false),
|
| op_complete_ptr(op_complete) {}
|
| std::string url;
|
| int32_t* out_desc;
|
| ErrorInfo* error_info;
|
| - bool pnacl_translate;
|
| bool* op_complete_ptr;
|
| };
|
|
|
|
|