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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2481183002: Generate ADMX template for Chrome OS policies (Closed)
Patch Set: Couple of fixes after testing Created 3 years, 3 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index f71ec3c464576a45cc37e647a3f24b86d85438ab..8d86d40c6951df25678bd0b16e99395350bb3ba3 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -10340,7 +10340,11 @@
},
'doc_win_reg_loc': {
'desc': '''Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation''',
- 'text': '''Windows registry location:'''
+ 'text': '''Windows registry location for Windows clients:'''
+ },
+ 'doc_chrome_os_reg_loc': {
+ 'desc': '''Caption text of the field '<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> registry location' in the summary chart of a policy in the generated documentation''',
+ 'text': '''Windows registry location for <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> clients:'''
},
'doc_mac_linux_pref_name': {
'desc': '''Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation''',
@@ -10382,6 +10386,14 @@
'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''',
'text': '''Example value:'''
},
+ 'doc_win_example_value': {
+ 'desc': '''Caption text of the field 'windows (windows clients)' in the summary chart of a policy in the generated documentation''',
+ 'text': '''Windows (Windows clients):'''
+ },
+ 'doc_chrome_os_example_value': {
+ 'desc': '''Caption text of the field 'windows (Chrome OS clients)' in the summary chart of a policy in the generated documentation''',
+ 'text': '''Windows (<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> clients):'''
+ },
'doc_intro': {
'desc': '''Introduction text for the generated policy documentation''',
'text': '''Both Chromium and Google Chrome support the same set of
« no previous file with comments | « components/policy/resources/policy_templates.gni ('k') | components/policy/tools/template_writers/template_formatter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698