Fix TRACKING_PROTECTION explanation formatting
Currently the explanation appears vertically rather than horizontally Change-Id: Ice8b177997de22dfaae574085a12f4d2d2cc492d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539637 Auto-Submit: Fiona Macintosh <fmacintosh@google.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1301573}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
40598f1154
commit
025ab45411
@ -1862,7 +1862,7 @@ _BANNED_CPP_FUNCTIONS : Sequence[BanRule] = (
|
|||||||
explanation = (
|
explanation = (
|
||||||
'Do not directly use ContentSettingsType::TRACKING_PROTECTION to check '
|
'Do not directly use ContentSettingsType::TRACKING_PROTECTION to check '
|
||||||
'for tracking protection exceptions. Instead rely on the '
|
'for tracking protection exceptions. Instead rely on the '
|
||||||
'privacy_sandbox::TrackingProtectionSettings API.'
|
'privacy_sandbox::TrackingProtectionSettings API.',
|
||||||
),
|
),
|
||||||
treat_as_error = False,
|
treat_as_error = False,
|
||||||
excluded_paths = (
|
excluded_paths = (
|
||||||
|
Reference in New Issue
Block a user