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

Unified 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: Sync @tott 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/platform_apps/web_view/download/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/download/manifest.json
similarity index 50%
copy from chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/download/manifest.json
index 9a13ffc06aa61800eacf3c2a2caea0cde625d458..d639fe397a6f35efc1abe334f300879c38ab4e36 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/download/manifest.json
@@ -1,5 +1,6 @@
{
- "name": "Platform App Test: web view isolation",
+ "name": "Platform App Test: <webview> download permission API",
+ "description": "Loads a guest which initiates download",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698