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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/media_access/deny/manifest.json

Issue 11093080: <webview>: First stab at implementing media permission request for guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. 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/platform_apps/web_view/media_access/deny/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/noprerenderer/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/platform_apps/web_view/noprerenderer/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/media_access/deny/manifest.json
index 22a5f3b5ab2222b2afee3b251912af35424b2847..ea2ad294cbbee6d4673f58074dc2d5eb2e0c5aa2 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/noprerenderer/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/manifest.json
@@ -1,5 +1,6 @@
{
- "name": "<webview> disabled prerenderer test",
+ "name": "Platform App Test: <webview> media",
+ "description": "Loads a guest which requests media access permission",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698