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

Unified Diff: ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json

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
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/service_runtime.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json
diff --git a/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json b/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json
index 9f818b452041f22d5823881b76202a770e8241a9..e3952ebfecc914cb636c9b263575181507c836bd 100644
--- a/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json
+++ b/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json
@@ -7,6 +7,10 @@
"experimental",
"nativeclient"
],
+ "web_accessible_resources": [ "ppapi_extension_mime_handler.nmf",
+ "ppapi_extension_mime_handler_x86-32.nexe",
+ "ppapi_extension_mime_handler_x86-64.nexe",
+ "ppapi_extension_mime_handler_arm.nexe" ],
"nacl_modules": [{
"path": "ppapi_extension_mime_handler.nmf",
"mime_type": "foo/bar"
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/service_runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698