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

Unified Diff: extensions/test/data/web_view/media_access/allow/manifest.json

Issue 626093002: Cleanup webview app_shell_browsertests and add webview media permission tests in app_shell_browsert… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests_load
Patch Set: Created 6 years, 2 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: extensions/test/data/web_view/media_access/allow/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json b/extensions/test/data/web_view/media_access/allow/manifest.json
similarity index 84%
copy from chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
copy to extensions/test/data/web_view/media_access/allow/manifest.json
index ea2ad294cbbee6d4673f58074dc2d5eb2e0c5aa2..bc36ca5bddf7ddbf6a36df7f1e7d375bd70c76d9 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
+++ b/extensions/test/data/web_view/media_access/allow/manifest.json
@@ -1,7 +1,8 @@
{
"name": "Platform App Test: <webview> media",
"description": "Loads a guest which requests media access permission",
- "version": "1",
+ "version": "2",
+ "manifest_version": 2,
"permissions": [
"webview"
],

Powered by Google App Engine
This is Rietveld 408576698