Index: ppapi/native_client/src/trusted/plugin/pnacl_resources.h |
=================================================================== |
--- ppapi/native_client/src/trusted/plugin/pnacl_resources.h (revision 109525) |
+++ ppapi/native_client/src/trusted/plugin/pnacl_resources.h (working copy) |
@@ -35,6 +35,9 @@ |
void Initialize(); |
+ // URLs are all relative to the coordinator's resource_base_url(). |
+ |
+ // Get the wrapper for the downloaded resource. |
nacl::DescWrapper* WrapperForUrl(const nacl::string& url) { |
return resource_wrappers_[url]; |
} |