| Index: ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| index 4923d216fc74a2be6a4beee4ea326879604a2d0f..7ad70f4bcf31cad921f351cf23867d3c0a5309bf 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| @@ -19,23 +19,15 @@
|
|
|
| namespace plugin {
|
|
|
| -class Manifest;
|
| class Plugin;
|
| class PnaclCoordinator;
|
|
|
| // Constants for loading LLC and LD.
|
| class PnaclUrls {
|
| public:
|
| - // Get the base URL prefix for Pnacl resources (without platform prefix).
|
| - static nacl::string GetBaseUrl();
|
| -
|
| static bool IsPnaclComponent(const nacl::string& full_url);
|
| static nacl::string PnaclComponentURLToFilename(
|
| const nacl::string& full_url);
|
| -
|
| - // Get the URL for the resource info JSON file that contains information
|
| - // about loadable resources.
|
| - static nacl::string GetResourceInfoUrl();
|
| };
|
|
|
| // Loads a list of resources, providing a way to get file descriptors for
|
| @@ -55,7 +47,6 @@ class PnaclResources {
|
| // Read the resource info JSON file. This is the first step after
|
| // construction; it has to be completed before StartLoad is called.
|
| virtual void ReadResourceInfo(
|
| - const nacl::string& resource_info_url,
|
| const pp::CompletionCallback& resource_info_read_cb);
|
|
|
| // Start loading the resources.
|
|
|