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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Platform App Test: <webview>", 2 "name": "Platform App Test: <webview>",
3 "description": "Checks autosize on <webview>", 3 "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.
4 "version": "1",
5 "permissions": [ 4 "permissions": [
6 "webview" 5 "webview"
7 ], 6 ],
8 "app": { 7 "app": {
9 "background": { 8 "background": {
10 "scripts": ["test.js"] 9 "scripts": ["test.js"]
11 } 10 }
12 } 11 }
13 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698