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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initialize test variable Created 7 years, 9 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 | « chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json
diff --git a/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6dce5dae7ffc010417c4c37d302c4dda1b2faefa
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "Test Download redirect",
+ "version": "1",
+ "manifest_version": 2,
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB",
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "mime_types": [
+ "application/msword",
+ "plain/text"
+ ],
+ "permissions": [
+ "streamsPrivate"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698