| 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', | 
| } | 
| } | 
| }, | 
|  |