| 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 79ef7c2abd06956d3d0e141afc5067782bd77430..07850d4216848429ee7d2284eba0336ccc8aa4dd 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -153,8 +153,6 @@ class PluginReverseInterface: public nacl::ReverseInterface {
|
|
|
| virtual void StartupInitializationComplete();
|
|
|
| - virtual bool EnumerateManifestKeys(std::set<nacl::string>* out_keys);
|
| -
|
| virtual bool OpenManifestEntry(nacl::string url_key,
|
| struct NaClFileInfo *info);
|
|
|
|
|