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

Unified Diff: tools/json_schema_compiler/feature_compiler_test.py

Issue 2892403002: Introduce lock screen app context to extension features (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: 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'],
« no previous file with comments | « tools/json_schema_compiler/feature_compiler.py ('k') | tools/json_schema_compiler/test/features_generation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698