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

Unified Diff: chrome/browser/autocomplete/history_quick_provider.h

Issue 11722020: Omnibox: Make HistoryQuick provider not re-issue queries if |minimal_changes| is true (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « no previous file | chrome/browser/autocomplete/history_quick_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/history_quick_provider.h
diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
index f60ac082d04ac8ea905db598e0e1bba2f05fabf3..c50366fe396686801969c63a48e49f981e23f788 100644
--- a/chrome/browser/autocomplete/history_quick_provider.h
+++ b/chrome/browser/autocomplete/history_quick_provider.h
@@ -31,8 +31,7 @@ class HistoryQuickProvider : public HistoryProvider {
HistoryQuickProvider(AutocompleteProviderListener* listener,
Profile* profile);
- // AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
- // completion performed.
+ // AutocompleteProvider.
virtual void Start(const AutocompleteInput& input,
bool minimal_changes) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/history_quick_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698