| Index: chrome/browser/resources/omnibox/omnibox.js
|
| diff --git a/chrome/browser/resources/omnibox/omnibox.js b/chrome/browser/resources/omnibox/omnibox.js
|
| index d2758490c0197b76fb00412c0339ba940dedc6e5..8631c277cff8c12fb1128a0475b0e9eedf72718a 100644
|
| --- a/chrome/browser/resources/omnibox/omnibox.js
|
| +++ b/chrome/browser/resources/omnibox/omnibox.js
|
| @@ -135,10 +135,6 @@ define('main', [
|
| 'navigates to).'),
|
| new PresentationInfoRecord('Starred', '', 'starred', false,
|
| 'A green checkmark indicates that the result has been bookmarked.'),
|
| - new PresentationInfoRecord(
|
| - 'HWYT', '', 'is_history_what_you_typed_match', false,
|
| - 'A green checkmark indicates that the result is an History What You ' +
|
| - 'Typed Match'),
|
| new PresentationInfoRecord('Description', '', 'description', false,
|
| 'The page title of the result.'),
|
| new PresentationInfoRecord('URL', '', 'destination_url', true,
|
|
|