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

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

Issue 8974020: Change pnacl to read all resources from the extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
===================================================================
--- ppapi/native_client/src/trusted/plugin/manifest.h (revision 115018)
+++ ppapi/native_client/src/trusted/plugin/manifest.h (working copy)
@@ -66,6 +66,11 @@
ErrorInfo* error_info,
bool* is_portable) const = 0;
+ // Some manifests (e.g., the pnacl coordinator manifest) need to access
+ // resources in their extension origin. Ths method returns true if such
jvoung - send to chromium... 2011/12/19 21:37:08 Ths -> This
elijahtaylor (use chromium) 2011/12/19 21:42:52 s/Ths/This/
elijahtaylor (use chromium) 2011/12/19 21:42:52 "their" is unclear here... maybe something like (b
sehr (please use chromium) 2011/12/20 01:48:38 Done.
sehr (please use chromium) 2011/12/20 01:48:38 Done.
sehr (please use chromium) 2011/12/20 01:48:38 Done.
+ // access should be allowed.
+ virtual bool PermitsExtensionUrls() const = 0;
+
protected:
NACL_DISALLOW_COPY_AND_ASSIGN(Manifest);

Powered by Google App Engine
This is Rietveld 408576698