| Index: tools/json_schema_compiler/feature_compiler_test.py
|
| diff --git a/tools/json_schema_compiler/feature_compiler_test.py b/tools/json_schema_compiler/feature_compiler_test.py
|
| index 1999cacfd8cece605754014ef46296a50c7290d6..7cf821c40c2c7d22caf1f9f9fb6d2cbb13bb5ee7 100755
|
| --- a/tools/json_schema_compiler/feature_compiler_test.py
|
| +++ b/tools/json_schema_compiler/feature_compiler_test.py
|
| @@ -42,7 +42,11 @@ class FeatureCompilerTest(unittest.TestCase):
|
| 'channel': 'stable',
|
| 'command_line_switch': 'switch',
|
| 'component_extensions_auto_granted': False,
|
| - 'contexts': ['blessed_extension', 'blessed_web_page'],
|
| + 'contexts': [
|
| + 'blessed_extension',
|
| + 'blessed_web_page',
|
| + 'lock_screen_extension'
|
| + ],
|
| 'default_parent': True,
|
| 'dependencies': ['dependency1', 'dependency2'],
|
| 'extension_types': ['extension'],
|
|
|