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

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

Issue 10913262: Implement Bookmark Autocomplete Provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixed match position coalescing. 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_classifier.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_classifier.cc (revision 159706)
+++ chrome/browser/autocomplete/autocomplete_classifier.cc (working copy)
@@ -13,6 +13,7 @@
// static
const int AutocompleteClassifier::kDefaultOmniboxProviders =
+ AutocompleteProvider::TYPE_BOOKMARK |
AutocompleteProvider::TYPE_BUILTIN |
AutocompleteProvider::TYPE_EXTENSION_APP |
AutocompleteProvider::TYPE_HISTORY_CONTENTS |

Powered by Google App Engine
This is Rietveld 408576698