summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_contents_provider.cc
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:56:31 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:56:31 +0000
commitcc63dea9d84632f8292a4af8eb9ab262d1e71800 (patch)
tree7227e175544d76e3bc57c8d833cdb2f7355bf3c1 /chrome/browser/autocomplete/history_contents_provider.cc
parent9451fde471832f8da5026dcf47a341bb5c88d53e (diff)
downloadchromium_src-cc63dea9d84632f8292a4af8eb9ab262d1e71800.zip
chromium_src-cc63dea9d84632f8292a4af8eb9ab262d1e71800.tar.gz
chromium_src-cc63dea9d84632f8292a4af8eb9ab262d1e71800.tar.bz2
Fixes up the autocomplete providers to correctly update starred
state. I broke this in order to land my last mongo patch. HistoryContentsProvider is still lacking in one area. BUG=1256202 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/history_contents_provider.cc')
-rw-r--r--chrome/browser/autocomplete/history_contents_provider.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_contents_provider.cc b/chrome/browser/autocomplete/history_contents_provider.cc
index 564f832..b46a34e 100644
--- a/chrome/browser/autocomplete/history_contents_provider.cc
+++ b/chrome/browser/autocomplete/history_contents_provider.cc
@@ -109,7 +109,9 @@ void HistoryContentsProvider::Start(const AutocompleteInput& input,
return;
}
- // TODO(sky): this needs to query BookmarkBarModel for starred entries.
+ // TODO(sky): re-enable providing suggestions from the user supplied title of
+ // bookmarks.
+
if (!synchronous_only) {
HistoryService* history = history_service_ ? history_service_ :
profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);