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

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

Issue 14272003: <webview>: Focusing <webview> should propagate to BrowserPlugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to web_view_interactive_browsertest.cc Created 7 years, 8 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/focus/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/focus/manifest.json
similarity index 55%
copy from chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/focus/manifest.json
index 9a13ffc06aa61800eacf3c2a2caea0cde625d458..c570d408dd0c7037284ac05224a8c275b0ab9127 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/isolation/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/focus/manifest.json
@@ -1,5 +1,6 @@
{
- "name": "Platform App Test: web view isolation",
+ "name": "Packaged App Test: <webview> Focus",
+ "description": "Loads a guest which monitors focus",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698