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

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

Issue 1185723002: Prepare HistoryProvider for componentization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 6 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_url_provider.h
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
index 6a97dff894c6799cbd12817ecf9e62911eb7fa7b..a5ce3802a6bb26d45c1ed0b26a40741793df5f8b 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/chrome/browser/autocomplete/history_url_provider.h
@@ -190,7 +190,9 @@ class HistoryURLProvider : public HistoryProvider {
static const int kScoreForWhatYouTypedResult;
static const int kBaseScoreForNonInlineableResult;
- HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile);
+ HistoryURLProvider(AutocompleteProviderClient* client,
+ AutocompleteProviderListener* listener,
+ Profile* profile);
// HistoryProvider:
void Start(const AutocompleteInput& input,
@@ -324,6 +326,7 @@ class HistoryURLProvider : public HistoryProvider {
MatchType match_type,
int relevance);
+ Profile* profile_;
AutocompleteProviderListener* listener_;
// Params for the current query. The provider should not free this directly;
« no previous file with comments | « chrome/browser/autocomplete/history_quick_provider_unittest.cc ('k') | chrome/browser/autocomplete/history_url_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698