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

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

Issue 10213002: Make downloads.download() respect host permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 8 years, 8 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/downloads/manifest.json
diff --git a/chrome/test/data/extensions/api_test/downloads/manifest.json b/chrome/test/data/extensions/api_test/downloads/manifest.json
index e6ad508948c0c323a9fc410ab250673e1d528d32..abd00d8dedfbbb51c0315454a7a2e3779b64a43e 100644
--- a/chrome/test/data/extensions/api_test/downloads/manifest.json
+++ b/chrome/test/data/extensions/api_test/downloads/manifest.json
@@ -6,5 +6,14 @@
"background": {
"scripts": ["test.js"]
},
- "permissions": ["experimental", "downloads", "http://*/*", "https://*/*"]
+ "permissions": [
+ "experimental",
+ "downloads",
+ "http://*/*",
+ "https://*/*",
+ "file://*",
+ "filesystem:*",
ericu 2012/05/03 17:14:55 I don't think you should need either mention of fi
benjhayden 2012/05/03 19:38:35 Done.
+ "chrome-extension://fkkgfmjnokdaipgddojcidaofhhadnki/*",
+ "filesystem:chrome-extension://fkkgfmjnokdaipgddojcidaofhhadnki/*"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698