Commit 34517013 authored by Adrian Taylor's avatar Adrian Taylor Committed by Commit Bot

Policy documentation adjustments.

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: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715919}
parent ce869655
...@@ -8899,6 +8899,8 @@ ...@@ -8899,6 +8899,8 @@
'tags': [], 'tags': [],
'desc': '''Controls whether the built-in DNS client is used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. '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 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. If this policy is set to false, the built-in DNS client will never be used.
...@@ -12563,7 +12565,9 @@ ...@@ -12563,7 +12565,9 @@
'name': 'SuppressUnsupportedOSWarning', 'name': 'SuppressUnsupportedOSWarning',
'owners': ['grt@chromium.org'], 'owners': ['grt@chromium.org'],
'caption': '''Suppress the unsupported OS warning''', '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', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:49-','chrome_os:49-'], 'supported_on': ['chrome.*:49-','chrome_os:49-'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment