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

Unified Diff: chrome/browser/invalidation/ticl_invalidation_service.h

Issue 327243003: Introduce ProfileInvalidationProvider wrapper for InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 6 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: chrome/browser/invalidation/ticl_invalidation_service.h
diff --git a/chrome/browser/invalidation/ticl_invalidation_service.h b/chrome/browser/invalidation/ticl_invalidation_service.h
index 290882c34462c02643b1e65d3570b08b86850026..b1cbbd32b658378a06b00d267ea864ab563a61dc 100644
--- a/chrome/browser/invalidation/ticl_invalidation_service.h
+++ b/chrome/browser/invalidation/ticl_invalidation_service.h
@@ -70,7 +70,7 @@ class TiclInvalidationService : public base::NonThreadSafe,
scoped_ptr<syncer::InvalidationStateTracker> invalidation_state_tracker);
// InvalidationService implementation.
- // It is an error to have registered handlers when Shutdown() is called.
+ // It is an error to have registered handlers when the service is destroyed.
virtual void RegisterInvalidationHandler(
syncer::InvalidationHandler* handler) OVERRIDE;
virtual void UpdateRegisteredInvalidationIds(
@@ -113,9 +113,6 @@ class TiclInvalidationService : public base::NonThreadSafe,
const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
virtual std::string GetOwnerName() const OVERRIDE;
- // Overrides KeyedService method.
- virtual void Shutdown() OVERRIDE;
-
protected:
// Initializes with an injected invalidator.
void InitForTest(

Powered by Google App Engine
This is Rietveld 408576698