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

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

Issue 544483003: Add tests for File System URLs with the file:// origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/file_browser/filesystem_file_origin_url/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/file_browser/filesystem_file_origin_url/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/manifest.json b/chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/manifest.json
similarity index 62%
copy from chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/manifest.json
copy to chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/manifest.json
index fa402c403b5def939a0b55f4e2ad5691f185f552..41d5662824e91aba678467f6da5a73ee3b861ad8 100644
--- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/manifest.json
@@ -1,22 +1,18 @@
{
"key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
- "name": "ChromeOS File handler extension",
+ "name": "Test for file system urls having file scheme.",
"version": "0.1",
"manifest_version": 2,
- "description": "Tests of the file handler for multiple items",
"app": {
"background": {
- "scripts": ["test.js"]
- }
- },
- "file_handlers": {
- "textAction": {
- "extensions": ["txt"]
+ "scripts": ["background.js"]
}
},
"permissions": [
"fileBrowserPrivate",
"fileBrowserHandler",
- "unlimitedStorage"
+ "unlimitedStorage",
+ "filesystem:*",
+ "file:///*"
]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698