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

Unified Diff: components/search_engines/template_url_service.h

Issue 513133002: Move TemplateURLService related tests to components/search_engines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: 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,

Powered by Google App Engine
This is Rietveld 408576698