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

Unified Diff: components/search_engines/template_url_service_client.h

Issue 651193002: Remove NOTIFICATION_HISTORY_URL_VISITED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326.2
Patch Set: Address comments Created 6 years, 2 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_client.h
diff --git a/components/search_engines/template_url_service_client.h b/components/search_engines/template_url_service_client.h
index e223eea65efb6483938b5bf44a9378e0fa201479..46147aee3982973bdcd80b53decb7327f08cf6d4 100644
--- a/components/search_engines/template_url_service_client.h
+++ b/components/search_engines/template_url_service_client.h
@@ -19,6 +19,10 @@ class TemplateURLServiceClient {
public:
virtual ~TemplateURLServiceClient() {}
+ // Called by TemplateURLService::Shutdown as part of the two phase shutdown
+ // of the KeyedService.
+ virtual void Shutdown() = 0;
+
// Sets the pointer to the owner of this object.
virtual void SetOwner(TemplateURLService* owner) = 0;
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | components/search_engines/template_url_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698