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

Side by Side Diff: chrome/test/data/extensions/platform_apps/web_view/download/manifest.json

Issue 13037003: permissionrequest API for guest Download. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PostTask and tests. Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "Platform App Test: web view isolation", 2 "name": "Platform App Test: <webview> download permission API",
3 "description": "Loads a guest which initiates download",
3 "version": "1", 4 "version": "1",
4 "permissions": [ 5 "permissions": [
5 "webview" 6 "webview"
6 ], 7 ],
7 "app": { 8 "app": {
8 "background": { 9 "background": {
9 "scripts": ["test.js"] 10 "scripts": ["test.js"]
10 } 11 }
11 } 12 }
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698