Commit e5c9950c authored by manuk's avatar manuk Committed by Commit Bot

[chrome:omnibox] Move output table description column adjacent to contents column.

Bug: 891303
Change-Id: I07686b8d72934ad32574aa8d2b901e110c41457c
Reviewed-on: https://chromium-review.googlesource.com/c/1352506Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611933}
parent b8ba957c
......@@ -49,6 +49,13 @@ cr.define('omnibox_output', function() {
displayAlways: true,
tooltip: 'The text that is presented identifying the result.'
},
{
header: 'Description',
url: '',
propertyName: 'description',
displayAlways: false,
tooltip: 'The page title of the result.'
},
{
header: 'CanBeDefault',
url: '',
......@@ -76,13 +83,6 @@ cr.define('omnibox_output', function() {
'A green checkmark indicates that the result URL matches an open' +
'tab.'
},
{
header: 'Description',
url: '',
propertyName: 'description',
displayAlways: false,
tooltip: 'The page title of the result.'
},
{
header: 'URL',
url: '',
......
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