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

Unified Diff: chrome/test/data/extensions/api_test/mime_handler_view/manifest.json

Issue 878773002: Add a test for mime handler view iframes and make them work on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/test/data/extensions/api_test/mime_handler_view/manifest.json
diff --git a/chrome/test/data/extensions/api_test/mime_handler_view/manifest.json b/chrome/test/data/extensions/api_test/mime_handler_view/manifest.json
index 1014f2262e20f9f1ba8d92d4b6f35ba5ceb4f042..3519fd4d607216d035d0a83cba9d6ec4cc85c2d5 100644
--- a/chrome/test/data/extensions/api_test/mime_handler_view/manifest.json
+++ b/chrome/test/data/extensions/api_test/mime_handler_view/manifest.json
@@ -6,17 +6,5 @@
"mime_types": [
"text/csv"
],
- "web_accessible_resources": [
- "test_embedded.html",
- "test_postmessage.html",
- "test_postmessage.js",
- "test.csv",
- "testAbort.csv",
- "testBasic.csv",
- "testEmbedded.csv"
- ],
- "mime_types_handler": "embedded.html",
- "permissions": [
- "streamsPrivate"
- ]
+ "mime_types_handler": "embedded.html"
}

Powered by Google App Engine
This is Rietveld 408576698