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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/lazy_events/new_event_in_new_version/v1/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_events/new_event_in_new_version/v1/manifest.json b/chrome/test/data/extensions/api_test/lazy_events/new_event_in_new_version/v1/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e37d3d375258b9921376a8c8aa8dcdfa30456aea
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/lazy_events/new_event_in_new_version/v1/manifest.json
@@ -0,0 +1,7 @@
+{
+ "version": "1",
+ "name": "Lazy events test: tabs.onCreated added in version 2",
+ "background": {"scripts": ["background.js"]},
+ "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.
+ "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.
+}

Powered by Google App Engine
This is Rietveld 408576698