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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 2886923002: [extension SW]: Support event listener registration and event dispatching. (Closed)
Patch Set: sync Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 221bbf5f4b6293e04b63d5f2b8b83e53897cee7d..c3cd3798499374b83456c25c63c4dc11dcecb98e 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -401,7 +401,7 @@
"contexts": ["blessed_extension"]
},
"extension.getURL": {
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script", "extension_service_worker"]
},
"extension.getViews": [
{

Powered by Google App Engine
This is Rietveld 408576698