| Index: tools/json_schema_compiler/feature_compiler.py
|
| diff --git a/tools/json_schema_compiler/feature_compiler.py b/tools/json_schema_compiler/feature_compiler.py
|
| index 0a36a19369075c84251191f9be834f1440d8ea90..81a60b6a424da00d6d6b399117a7431bd80fd7bf 100644
|
| --- a/tools/json_schema_compiler/feature_compiler.py
|
| +++ b/tools/json_schema_compiler/feature_compiler.py
|
| @@ -136,6 +136,7 @@ FEATURE_GRAMMAR = (
|
| 'blessed_web_page': 'Feature::BLESSED_WEB_PAGE_CONTEXT',
|
| 'content_script': 'Feature::CONTENT_SCRIPT_CONTEXT',
|
| 'extension_service_worker': 'Feature::SERVICE_WORKER_CONTEXT',
|
| + 'lock_screen_extension': 'Feature::LOCK_SCREEN_EXTENSION_CONTEXT',
|
| 'web_page': 'Feature::WEB_PAGE_CONTEXT',
|
| 'webui': 'Feature::WEBUI_CONTEXT',
|
| 'unblessed_extension': 'Feature::UNBLESSED_EXTENSION_CONTEXT',
|
|
|