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

Unified Diff: tools/json_schema_compiler/feature_compiler.py

Issue 2601803003: Introduce kiosk.autolaunched feature session type (Closed)
Patch Set: . Created 4 years 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.py
diff --git a/tools/json_schema_compiler/feature_compiler.py b/tools/json_schema_compiler/feature_compiler.py
index 1f272d67ef615530d6e14d2bea3bc1b16b89bece..0b12f5eb3893c0d4c067514e2816e424a52f9d77 100644
--- a/tools/json_schema_compiler/feature_compiler.py
+++ b/tools/json_schema_compiler/feature_compiler.py
@@ -201,6 +201,7 @@ FEATURE_GRAMMAR = (
'enum_map': {
'regular': 'FeatureSessionType::REGULAR',
'kiosk': 'FeatureSessionType::KIOSK',
+ 'kiosk.autolaunched': 'FeatureSessionType::AUTOLAUNCHED_KIOSK',
}
}
},

Powered by Google App Engine
This is Rietveld 408576698