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

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
« no previous file with comments | « extensions/browser/app_window/app_window_client.h ('k') | extensions/common/api/app_runtime.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 21f59132ac71cee50594de8dc31f5ddafae30b06..dc2e8829855bef1094612caf5fd1738248d8179d 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"],
« no previous file with comments | « extensions/browser/app_window/app_window_client.h ('k') | extensions/common/api/app_runtime.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698