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

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: merge Created 8 years, 7 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..a135cd7ec385549b245f97456c0034b72596fc33 100644
--- a/chrome/test/data/extensions/api_test/downloads/manifest.json
+++ b/chrome/test/data/extensions/api_test/downloads/manifest.json
@@ -6,5 +6,11 @@
"background": {
"scripts": ["test.js"]
},
- "permissions": ["experimental", "downloads", "http://*/*", "https://*/*"]
+ "permissions": [
+ "experimental",
+ "downloads",
+ "http://*/*",
+ "https://*/*",
+ "file://*"
+ ]
}
« no previous file with comments | « chrome/browser/download/download_extension_api.cc ('k') | chrome/test/data/extensions/api_test/downloads/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698