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

Unified Diff: chrome/browser/autocomplete/autocomplete_match.cc

Issue 10913262: Implement Bookmark Autocomplete Provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Address clint complaints. Created 8 years, 2 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/autocomplete/autocomplete_match.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_match.cc (revision 159706)
+++ chrome/browser/autocomplete/autocomplete_match.cc (working copy)
@@ -144,6 +144,7 @@
"search-other-engine",
"extension-app",
"contact",
+ "bookmark-title",
};
COMPILE_ASSERT(arraysize(strings) == NUM_TYPES,
strings_array_must_match_type_enum);
@@ -167,6 +168,7 @@
// ContactProvider isn't used by the omnibox, so this icon is never
// displayed.
IDR_OMNIBOX_SEARCH,
+ IDR_OMNIBOX_HTTP,
};
COMPILE_ASSERT(arraysize(icons) == NUM_TYPES,
icons_array_must_match_type_enum);

Powered by Google App Engine
This is Rietveld 408576698