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

Unified Diff: extensions/test/data/web_view/apitest/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
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | extensions/test/data/web_view/apitest/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/web_view/apitest/manifest.json
diff --git a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json b/extensions/test/data/web_view/apitest/manifest.json
similarity index 78%
copy from chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
copy to extensions/test/data/web_view/apitest/manifest.json
index 5d8c39fd99141f9f8514168102c24b60302786f2..8e0bfa7e429420a184f90925267b9b053f80ddd8 100644
--- a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
+++ b/extensions/test/data/web_view/apitest/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "test",
+ "name": "Platform App Test: <webview>",
"version": "2",
"manifest_version": 2,
"permissions": [
@@ -9,7 +9,5 @@
"background": {
"scripts": ["test.js"]
}
- },
- "webview": {
}
}
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | extensions/test/data/web_view/apitest/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698