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

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

Issue 231853003: Pepper: Remove Manifest::ResolveURL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 6 years, 8 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
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/json_manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/json_manifest.h
diff --git a/ppapi/native_client/src/trusted/plugin/json_manifest.h b/ppapi/native_client/src/trusted/plugin/json_manifest.h
index e56d4469761e58ad54f9ed189bf0dbcad290aa92..e71abebaa6a854830cb71662595b25d983b1f27e 100644
--- a/ppapi/native_client/src/trusted/plugin/json_manifest.h
+++ b/ppapi/native_client/src/trusted/plugin/json_manifest.h
@@ -53,11 +53,6 @@ class JsonManifest : public Manifest {
bool* uses_nonsfi_mode,
ErrorInfo* error_info) const;
- // Resolves a URL relative to the manifest base URL
- virtual bool ResolveURL(const nacl::string& relative_url,
- nacl::string* full_url,
- ErrorInfo* error_info) const;
-
// Gets the file names from the "files" section of the manifest. No
// checking that the keys' values are proper ISA dictionaries -- it
// is assumed that other consistency checks take care of that, and
@@ -76,6 +71,11 @@ class JsonManifest : public Manifest {
private:
NACL_DISALLOW_COPY_AND_ASSIGN(JsonManifest);
+ // Resolves a URL relative to the manifest base URL
+ bool ResolveURL(const nacl::string& relative_url,
+ nacl::string* full_url,
+ ErrorInfo* error_info) const;
+
// Checks that |dictionary_| is a valid manifest, according to the schema.
// Returns true on success, and sets |error_info| to a detailed message
// if not.
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/json_manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698