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

Unified Diff: tools/grit/grit/format/policy_templates/writer_configuration.py

Issue 2509243003: Split off 'Google' category into separate ADMX/ADML files (Closed)
Patch Set: rebase Created 4 years, 1 month 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/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/',

Powered by Google App Engine
This is Rietveld 408576698