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

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

Issue 2934513003: Changes in app.window and app.runtime to support lock screen note taking (Closed)
Patch Set: . 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 8b729a0f203b215b00f7f3564dd6fd72c289f664..9b496cabb84ef7e0812a05f93f8bfbba01e7fd78 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -16,7 +16,7 @@
},
"app.runtime": [{
"channel": "stable",
- "contexts": ["blessed_extension"],
+ "contexts": ["blessed_extension", "lock_screen_extension"],
"extension_types": ["platform_app"],
"noparent": true
}, {
@@ -33,7 +33,7 @@
}],
"app.window": [{
"channel": "stable",
- "contexts": ["blessed_extension"],
+ "contexts": ["blessed_extension", "lock_screen_extension"],
"extension_types": ["platform_app"],
"noparent": true
}, {
@@ -52,7 +52,7 @@
"noparent": true,
"internal": true,
"channel": "stable",
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension", "lock_screen_extension"]
},
"app.currentWindowInternal.setShape": {
"dependencies": ["permission:app.window.shape"],
@@ -346,7 +346,7 @@
"runtime": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension", "lock_screen_extension"]
},
"runtime.getManifest": {
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
@@ -463,6 +463,7 @@
"blessed_web_page",
"content_script",
"extension_service_worker",
+ "lock_screen_extension",
"unblessed_extension"
]
}, {

Powered by Google App Engine
This is Rietveld 408576698