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

Side by Side Diff: chrome/test/data/extensions/api_test/lazy_events/new_event_in_new_version/v1/manifest.json

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: connect devtools Created 3 years, 7 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
(Empty)
1 {
2 "version": "1",
3 "name": "Lazy events test: tabs.onCreated added in version 2",
4 "background": {"scripts": ["background.js"]},
5 "permissions": ["tabs"],
Devlin 2017/05/23 21:30:36 You actually don't need the tabs permission to lis
lazyboy 2017/05/23 23:19:08 Done.
6 "update_url": "http://localhost/autoupdate/updates.xml"
Devlin 2017/05/23 21:30:36 do we need this?
lazyboy 2017/05/23 23:19:08 Nope, copied from somewhere that had it. Removed.
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698