Chromium Code Reviews| Index: chrome/browser/search_engines/template_url_service.h |
| diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h |
| index 663ebfc151271b1c2c976b67b1b8392ad0f52278..458992ac22ceadde666cf747efc785bdb99de0d6 100644 |
| --- a/chrome/browser/search_engines/template_url_service.h |
| +++ b/chrome/browser/search_engines/template_url_service.h |
| @@ -90,7 +90,8 @@ class TemplateURLService : public WebDataServiceConsumer, |
| }; |
| TemplateURLService(Profile* profile, |
| - rappor::RapporService* rappor_service); |
| + rappor::RapporService* rappor_service, |
| + const base::Closure& dsp_change_callback); |
| // The following is for testing. |
| TemplateURLService(const Initializer* initializers, const int count); |
| virtual ~TemplateURLService(); |
| @@ -681,6 +682,9 @@ class TemplateURLService : public WebDataServiceConsumer, |
| scoped_ptr<SearchTermsData> search_terms_data_; |
| + // This closure is run when the default search provider is set to google. |
|
Peter Kasting
2014/07/02 01:10:53
Nit: Google
hashimoto
2014/07/02 03:10:33
Done.
|
| + base::Closure dsp_change_callback_; |
| + |
| // Whether the keywords have been loaded. |
| bool loaded_; |