Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1651)

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_resources.h

Issue 301743003: Pepper: PnaclResources cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698