Chromium Code Reviews| 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" |