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

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

Issue 644923002: Revert "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, 2 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/filesystem_file_origin_url/manifest.json b/chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/manifest.json
deleted file mode 100644
index 34da84ece8bb6bb199936752bba2dd2310617a47..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- // chrome-extension://pkplfbidichfdicaijlchgnapepdginl
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtDfX9dHNh948bt00YhZBm3P6E5QLaOt+v8kXVtibQfiPtOD2FTScB/f0wX/EQWVO7BkaSOsRkTPcPIgocyMPYr2FLgqGLFlYT9nQpKJZUFNF5oJ5rG6Nv7ppf4zEB3j6da1IBRTz2yOZ+6O1TMZxol/V62/QcqrJeggsHTEPGLdr9Ua4b1Ka0xKJnJngZljsbw93FI1o+P9dAh5BS6wTPiZI/vmJVjvMTkSTnaZ3n9Go2t7A0XLcSxLcVyuLAd2mAvSN0mIviOukdM66wr7llif71nKuUt+4qvlr/r9HfwzN6pA4jkwhtS1UD+3CmB+wsHwsnohNcuu4FIQ6rgq/7QIDAQAB",
- "name": "Test for file system urls having file scheme.",
- "version": "0.1",
- "manifest_version": 2,
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "fileManagerPrivate",
- "fileBrowserHandler",
- "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