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

Side by Side Diff: chrome/test/data/extensions/api_test/events/manifest.json

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more comments and fixed tests Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "permissions failure apitest", 2 "name": "permissions failure apitest",
3 "description": "permissions failure extension", 3 "description": "permissions failure extension",
4 "version": "0.1", 4 "version": "0.1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "browser_action": {},
not at google - send to devlin 2013/05/30 16:38:52 there is a bug where if this is empty the extensio
cduvall 2013/06/12 01:22:19 Done.
6 "background": { 7 "background": {
7 "scripts": ["background.js"] 8 "scripts": ["background.js"]
8 }, 9 },
9 "permissions": [ ] 10 "permissions": [ ]
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698