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

Unified Diff: chrome/browser/autocomplete/keyword_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/keyword_provider.h
diff --git a/chrome/browser/autocomplete/keyword_provider.h b/chrome/browser/autocomplete/keyword_provider.h
index 4abf701c373305937188bf6e7db42aef58272939..df779ed321c46b7da87dc9aa22121becc2152c67 100644
--- a/chrome/browser/autocomplete/keyword_provider.h
+++ b/chrome/browser/autocomplete/keyword_provider.h
@@ -20,6 +20,7 @@
#include "components/autocomplete/autocomplete_input.h"
#include "components/metrics/proto/omnibox_input_type.pb.h"
+class AutocompleteProviderListener;
class KeywordExtensionsDelegate;
class Profile;
class TemplateURL;
@@ -139,6 +140,7 @@ class KeywordProvider : public AutocompleteProvider {
TemplateURLService* GetTemplateURLService() const;
+ AutocompleteProviderListener* listener_;
Profile* profile_;
// Model for the keywords. This is only non-null when testing, otherwise the
« no previous file with comments | « chrome/browser/autocomplete/history_url_provider.cc ('k') | chrome/browser/autocomplete/keyword_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698