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

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

Issue 388203002: Remove listener_ from AutocompleteProvider base class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/autocomplete/history_provider.h
diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
index 2146228e6c08f424bb2e37156784f4aa282fdee3..da039b92678eaae01e33032f73b0a116f3783df4 100644
--- a/chrome/browser/autocomplete/history_provider.h
+++ b/chrome/browser/autocomplete/history_provider.h
@@ -25,9 +25,7 @@ class HistoryProvider : public AutocompleteProvider {
static bool PreventInlineAutocomplete(const AutocompleteInput& input);
protected:
- HistoryProvider(AutocompleteProviderListener* listener,
- Profile* profile,
- AutocompleteProvider::Type type);
+ HistoryProvider(Profile* profile, AutocompleteProvider::Type type);
virtual ~HistoryProvider();
// Finds and removes the match from the current collection of matches and
« no previous file with comments | « chrome/browser/autocomplete/builtin_provider_unittest.cc ('k') | chrome/browser/autocomplete/history_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698