Commit 68ec0ce0 authored by manukh's avatar manukh Committed by Chromium LUCI CQ

[omnibox] [chrome://omnibox] Show 'Additional Info ' column by default.

Currently, the column is only displayed when 'Show all details' is
enabled. With this CL, it will always be shown.

Bug: 891303
Change-Id: I66ca6c05e3821a1f375d6ee7f05042efd1c5574d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630406Reviewed-by: default avatarOrin Jaworski <orinj@chromium.org>
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843784}
parent a9585522
......@@ -1122,7 +1122,7 @@ const COLUMNS = [
'pedalId', false, 'Pedal ID\nThe ID of attached Pedal, or zero if none.',
['pedalId'], OutputTextProperty),
new Column(
['Additional Info'], '', 'additionalInfo', false,
['Additional Info'], '', 'additionalInfo', true,
'Additional Info\nProvider-specific information about the result.',
['additionalInfo'], OutputAdditionalInfoProperty)
];
......
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