Skip to content

Commit

Permalink
Policy documentation adjustments.
Browse files Browse the repository at this point in the history
Some changes to the online HTML documentation based on discussions
and external feedback.

Bug: 955102
Change-Id: Ia9ad3bc0e33db17516eba5f0bd77c94ef067a26f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577845
Commit-Queue: Adrian Taylor <adetaylor@chromium.org>
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715919}
  • Loading branch information
adetaylor authored and Commit Bot committed Nov 15, 2019
1 parent ce86965 commit 3451701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/policy/resources/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -8899,6 +8899,8 @@
'tags': [],
'desc': '''Controls whether the built-in DNS client is used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.

This does not affect which DNS servers are used; just the software stack which is used to communicate with them. For example if the operating system is configured to use an enterprise DNS server, that same server would be used by the built-in DNS client. It is however possible that the built-in DNS client will address servers in different ways by using more modern DNS-related protocols such as DNS-over-TLS.

If this policy is set to true, the built-in DNS client will be used, if available.

If this policy is set to false, the built-in DNS client will never be used.
Expand Down Expand Up @@ -12563,7 +12565,9 @@
'name': 'SuppressUnsupportedOSWarning',
'owners': ['grt@chromium.org'],
'caption': '''Suppress the unsupported OS warning''',
'desc': '''Suppresses the warning that appears when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is running on a computer or operating system that is no longer supported.''',
'desc': '''Suppresses the warning that appears when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is running on a computer or operating system that is no longer supported.

If this policy is false or unset, the warnings will appear on such unsupported computers or operating systems.''',
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:49-','chrome_os:49-'],
Expand Down

0 comments on commit 3451701

Please sign in to comment.