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

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

Issue 1554233004: Plumb audio muting state to guest web-contents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to WebContentsObserver design. Created 4 years, 11 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/app_creates_webview/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/close_on_loadcommit/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
similarity index 61%
copy from chrome/test/data/extensions/platform_apps/web_view/close_on_loadcommit/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
index 944fa0ee6dba8080b03a0903885a64b8aa349e40..9606dccceb139c83539a9eed94ef49e2b8dd8337 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/close_on_loadcommit/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "<webview> close on loadcommit",
+ "name": "<webview> test that WebContents setAudioMuting propagates to guest.",
Charlie Reis 2016/01/06 22:13:51 This test app doesn't seem specific to muting. It
wjmaclean 2016/01/06 22:36:09 True. I'll rename this to indicate it's just an ap
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698