Commit e4e1e00e authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Slightly cleanup description for RegisteredProtocolHandlers

Change-Id: I2c3f9fbea344fd031e7249f2b9b6e18976472952
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2286952
Commit-Queue: Chris Sharp <csharp@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786282}
parent cdca14f4
...@@ -6259,7 +6259,7 @@ ...@@ -6259,7 +6259,7 @@
'id': 268, 'id': 268,
'caption': '''Register protocol handlers''', 'caption': '''Register protocol handlers''',
'tags': [], 'tags': [],
'desc': '''Setting the policy (as recommended only) lets you register a list of protocol handlers, which merge with the ones that the user registers, putting both sets in use. Set the property (protocol) to the scheme, such as mailto, and set the property (URL) to the URL pattern of the application that handles the scheme. The pattern can include a %s, which the handled URL replaces. 'desc': '''Setting the policy (as recommended only) lets you register a list of protocol handlers, which merge with the ones that the user registers, putting both sets in use. Set the property "protocol" to the scheme, such as "mailto", and set the property "URL" to the URL pattern of the application that handles the scheme specified in the "protocol" field. The pattern can include a "%s" placeholder, which the handled URL replaces.
Users can't remove a protocol handler registered by policy. However, by installing a new default handler, they can change the protocol handlers installed by policy.''', Users can't remove a protocol handler registered by policy. However, by installing a new default handler, they can change the protocol handlers installed by policy.''',
'arc_support': 'The protocol handlers set via this policy are not used when handling Android intents.', 'arc_support': 'The protocol handlers set via this policy are not used when handling Android intents.',
......
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