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

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

Issue 9159037: Use CORS for fetching NaCl resources from extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webkit bug# Created 8 years, 11 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/manifest.h
diff --git a/ppapi/native_client/src/trusted/plugin/manifest.h b/ppapi/native_client/src/trusted/plugin/manifest.h
index 0ed7730819680a07edb5cd7956eab13cd8a9943f..77b3db3218daba27f14b0e0a4e3526ba96e6c63c 100644
--- a/ppapi/native_client/src/trusted/plugin/manifest.h
+++ b/ppapi/native_client/src/trusted/plugin/manifest.h
@@ -47,7 +47,6 @@ class Manifest {
// Resolves a URL relative to the manifest base URL
virtual bool ResolveURL(const nacl::string& relative_url,
nacl::string* full_url,
- bool* permit_extension_url,
ErrorInfo* error_info) const = 0;
// Gets the file names from the "files" section of the manifest. No
@@ -64,7 +63,6 @@ class Manifest {
// representation or an ISA-specific version of the file.
virtual bool ResolveKey(const nacl::string& key,
nacl::string* full_url,
- bool* permit_extension_url,
ErrorInfo* error_info,
bool* is_portable) const = 0;
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/json_manifest.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698