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

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

Issue 19679002: <webview>: Implement dialog API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test Created 7 years, 5 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/dialog/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/dialog/manifest.json
similarity index 53%
copy from chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/dialog/manifest.json
index 7bb498865efa19cf3801c22ec3850b0c4f710089..6b7bf9797014ee9310c8c27aa6e406f3b34406b1 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/dialog/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Packaged App Test: <webview> Navigation",
- "description": "Verifies that the <webview> Navigation works as expected.",
+ "name": "Packaged App Test: <webview> JavaScript Dialogs",
+ "description": "Verifies that the <webview> Dialog API works as expected.",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698