| Index: tools/grit/grit/format/policy_templates/writer_configuration.py
|
| diff --git a/tools/grit/grit/format/policy_templates/writer_configuration.py b/tools/grit/grit/format/policy_templates/writer_configuration.py
|
| index bd276d23a0d89a7012aa8dbc6c4a7b0be8ef2885..b9305a245fba24e1fd065903cb9c44e66d750268 100755
|
| --- a/tools/grit/grit/format/policy_templates/writer_configuration.py
|
| +++ b/tools/grit/grit/format/policy_templates/writer_configuration.py
|
| @@ -46,8 +46,9 @@ def GetConfigurationForBuild(defines):
|
| 'win_reg_mandatory_key_name': 'Software\\Policies\\Google\\Chrome',
|
| 'win_reg_recommended_key_name':
|
| 'Software\\Policies\\Google\\Chrome\\Recommended',
|
| - 'win_mandatory_category_path': ['google', 'googlechrome'],
|
| - 'win_recommended_category_path': ['google', 'googlechrome_recommended'],
|
| + 'win_mandatory_category_path': ['Google:Cat_Google', 'googlechrome'],
|
| + 'win_recommended_category_path':
|
| + ['Google:Cat_Google', 'googlechrome_recommended'],
|
| 'admx_namespace': 'Google.Policies.Chrome',
|
| 'admx_prefix': 'chrome',
|
| 'linux_policy_path': '/etc/opt/chrome/policies/',
|
|
|