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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/media_access/media_access_guest.html

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/media_access_guest.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/media_access_guest.html b/chrome/test/data/extensions/platform_apps/web_view/media_access/media_access_guest.html
index 8cf5643f01b8745aad2d37b70b257ee6d513a027..8328a9912b616cd252224a123a1e4518b030a0b5 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/media_access/media_access_guest.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/media_access_guest.html
@@ -45,6 +45,6 @@
</script>
</head>
<body>
- <div>This is guest that requests audio media.</div>
+ <div>This is a guest that requests audio media.</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698