Index: components/search_engines/template_url_service.h |
diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h |
index 3e4f19a62ba37d0128f03bcc34842059b6d72991..5a2f0c7a9e76302e0c5adbc38adc76c5c00b6cef 100644 |
--- a/components/search_engines/template_url_service.h |
+++ b/components/search_engines/template_url_service.h |
@@ -373,15 +373,6 @@ class TemplateURLService : public WebDataServiceConsumer, |
} |
#endif |
- protected: |
- // Cover method for the method of the same name on the HistoryService. |
- // url is the one that was visited with the given search terms. |
- // |
- // This exists and is virtual for testing. |
- virtual void SetKeywordSearchTermsForURL(const TemplateURL* t_url, |
- const GURL& url, |
- const base::string16& term); |
- |
private: |
FRIEND_TEST_ALL_PREFIXES(TemplateURLServiceTest, TestManagedDefaultSearch); |
FRIEND_TEST_ALL_PREFIXES(TemplateURLServiceTest, |