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

Unified Diff: components/autocomplete/autocomplete_match_type.h

Issue 362033002: Omnibox: Demote Bookmarks on NTP Fakebox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autocomplete/autocomplete_match_type.h
diff --git a/components/autocomplete/autocomplete_match_type.h b/components/autocomplete/autocomplete_match_type.h
index 04a5632298a602eb5036c8cf43b753fdf63165c3..1b69a47ef61b3f29afcc86b4c4d8de3e1478d085 100644
--- a/components/autocomplete/autocomplete_match_type.h
+++ b/components/autocomplete/autocomplete_match_type.h
@@ -11,7 +11,8 @@ struct AutocompleteMatchType {
// Type of AutocompleteMatch. Typedef'ed in autocomplete_match.h. Defined here
// to pass the type details back and forth between the browser and renderer.
//
- // These values are stored in ShortcutsDatabase and cannot be renumbered.
+ // These values are stored in ShortcutsDatabase and in GetDemotionsByType()
+ // and cannot be renumbered.
enum Type {
URL_WHAT_YOU_TYPED = 0, // The input as a URL.
HISTORY_URL = 1, // A past page whose URL contains the input.
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698