Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit a639a52

Browse files
kaliamoorthiCommit bot
kaliamoorthi
authored and
Commit bot
committed
Fix documentation in policy templates
Fix documentation of RegisteredProtocolHandlers policy in policy_templates BUG=419755 Review URL: https://codereview.chromium.org/658513002 Cr-Commit-Position: refs/heads/master@{#299452}
1 parent c22f23a commit a639a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/policy/resources/policy_templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@
28322832
'can_be_recommended': True,
28332833
'can_be_mandatory' : False,
28342834
},
2835-
'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.com/mail/?extsrc=mailto&url=%s', 'default': 'true'}],
2835+
'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.com/mail/?extsrc=mailto&url=%s', 'default': True}],
28362836
'id': 268,
28372837
'caption': '''Register protocol handlers''',
28382838
'desc': '''Allows you to register a list of protocol handlers. This can only be a recommended policy. The property |protocol| should be set to the scheme such as 'mailto' and the property |url| should be set to the URL pattern of the application that handles the scheme. The pattern can include a '%s', which if present will be replaced by the handled URL.

0 commit comments

Comments
 (0)