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

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: Address comments. 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/chromevox_injection/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
similarity index 60%
copy from chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
index fdbcce1f790de00eee6961795bec15d2a6b55f24..e72e938c3bfc0204b0c69093229892c3adff9ed3 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/app_creates_webview/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "<webview> ChromeVox injection test.",
+ "name": "<webview> test that allows WebView to be created after app has started.",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698