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

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

Issue 573183002: Add WebView browser test for MediaStreamTrack.getSources and CheckMediaAccessPermisson. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@render_frame_get_sources_rfhd
Patch Set: Code review. Created 6 years, 3 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/check/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/media_access/check/manifest.json
similarity index 62%
copy from chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/media_access/check/manifest.json
index ea2ad294cbbee6d4673f58074dc2d5eb2e0c5aa2..d7488e988a8e9c57a327d90fe527c73dfb63e6db 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/check/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Platform App Test: <webview> media",
- "description": "Loads a guest which requests media access permission",
+ "description": "Loads a guest which requests media sources, this triggers checking existing permission",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698