| 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 85ff49c967eeb5337d53553d9b6a09f879f621c9..29409c4da37a4b25aefbde73c7bf55c176b4a63d 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -217,9 +217,6 @@ class Plugin : public pp::Instance {
|
|
|
| nacl::DescWrapperFactory* wrapper_factory_;
|
|
|
| - // Original, unresolved URL for the .nexe program to load.
|
| - std::string program_url_;
|
| -
|
| pp::CompletionCallbackFactory<Plugin> callback_factory_;
|
|
|
| nacl::scoped_ptr<PnaclCoordinator> pnacl_coordinator_;
|
|
|