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

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

Issue 11574006: Implement chrome.downloads.onDeterminingFilename() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r185803 Created 7 years, 10 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_split/manifest.json
diff --git a/chrome/test/data/extensions/api_test/downloads_split/manifest.json b/chrome/test/data/extensions/api_test/downloads_split/manifest.json
index 89e42db9ba3b7d8386bd10f2f529b603b4ce0019..7b2baea0529384ba2366cfb063b5d94c6045ca7d 100644
--- a/chrome/test/data/extensions/api_test/downloads_split/manifest.json
+++ b/chrome/test/data/extensions/api_test/downloads_split/manifest.json
@@ -4,6 +4,7 @@
"manifest_version": 2,
"description": "downloads incognito split apitest",
"incognito": "split",
+ "web_accessible_resources": ["empty.html"],
"permissions": [
"http://*/*",
"file://*"
« no previous file with comments | « chrome/test/data/extensions/api_test/downloads_spanning/manifest.json ('k') | tools/json_schema_compiler/idl_schema.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698