Chromium Code Reviews| 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); |