Chromium Code Reviews| Index: chrome/browser/resources/omnibox/omnibox.js |
| diff --git a/chrome/browser/resources/omnibox/omnibox.js b/chrome/browser/resources/omnibox/omnibox.js |
| index afde3e03477cd23c3b5e64fd1845d2d4b34669dc..b0617e76538bcf19ec2bc52f877ffcabd47dca15 100644 |
| --- a/chrome/browser/resources/omnibox/omnibox.js |
| +++ b/chrome/browser/resources/omnibox/omnibox.js |
| @@ -126,8 +126,6 @@ define('main', [ |
| 'A green checkmark indicates that the result can be the default ' + |
| 'match (i.e., can be the match that pressing enter in the omnibox ' + |
| 'navigates to).'), |
| - new PresentationInfoRecord('Starred', '', 'starred', false, |
| - 'A green checkmark indicates that the result has been bookmarked.'), |
|
Peter Kasting
2014/07/24 18:51:34
This is still useful information to know. I think
hashimoto
2014/07/25 08:36:12
Added code to fill |starred| in OmniboxUIHandler.
|
| new PresentationInfoRecord( |
| 'HWYT', '', 'is_history_what_you_typed_match', false, |
| 'A green checkmark indicates that the result is an History What You ' + |