Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: chrome/browser/resources/omnibox/omnibox.js

Issue 415053002: Remove AutocompleteMatch::is_starred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ' +

Powered by Google App Engine
This is Rietveld 408576698