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

Unified Diff: extensions/test/data/web_view/shim/manifest.json

Issue 581283002: Add webview testAPIMethodExistence to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: extensions/test/data/web_view/shim/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/autosize/manifest.json b/extensions/test/data/web_view/shim/manifest.json
similarity index 69%
copy from chrome/test/data/extensions/platform_apps/web_view/autosize/manifest.json
copy to extensions/test/data/web_view/shim/manifest.json
index 8182fb25b4ff0473b119a1a071ad695896cb5f5e..5d7adbd1b63bef4c6d04d0f9550aa7f6312ae10a 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/autosize/manifest.json
+++ b/extensions/test/data/web_view/shim/manifest.json
@@ -1,7 +1,6 @@
{
"name": "Platform App Test: <webview>",
- "description": "Checks autosize on <webview>",
- "version": "1",
+ "version": "2",
Yoyo Zhou 2014/09/19 00:26:04 should also have "manifest_version": 2 (I'm surpri
lfg 2014/09/22 17:44:27 Done.
"permissions": [
"webview"
],

Powered by Google App Engine
This is Rietveld 408576698