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

Unified Diff: components/doodle/doodle_service.cc

Issue 2752563003: [Doodle] Make DoodleService a KeyedService and add a factory (Closed)
Patch Set: Move factory to c/b/doodle Created 3 years, 9 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
« no previous file with comments | « components/doodle/doodle_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/doodle_service.cc
diff --git a/components/doodle/doodle_service.cc b/components/doodle/doodle_service.cc
index ae37a8613b121646c4ab4815bf1f064ea8e52133..12a56200bb613a7a9dae0f583c444d2082489220 100644
--- a/components/doodle/doodle_service.cc
+++ b/components/doodle/doodle_service.cc
@@ -47,6 +47,8 @@ DoodleService::DoodleService(PrefService* pref_service,
DoodleService::~DoodleService() = default;
+void DoodleService::Shutdown() {}
+
void DoodleService::AddObserver(Observer* observer) {
observers_.AddObserver(observer);
}
« no previous file with comments | « components/doodle/doodle_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698