Chromium Code Reviews| 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"], |
|
Devlin
2017/06/14 19:13:47
Why is this (and runtime below) needed? I thought
tbarzic
2017/06/14 19:48:49
It's needed so the app can receive onLaunched even
Devlin
2017/06/16 16:14:57
And runtime?
tbarzic
2017/06/19 05:21:22
oh, I added this because it was required by api te
|
| "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" |
| ] |
| }, { |