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

Unified Diff: components/invalidation/p2p_invalidation_service.cc

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: components/invalidation/p2p_invalidation_service.cc
diff --git a/components/invalidation/p2p_invalidation_service.cc b/components/invalidation/p2p_invalidation_service.cc
index 451bddfeb9d435b3aceaf5d110ef537590a037dc..b24625b0c7179d95c9d10edd7cf0300865e4ec89 100644
--- a/components/invalidation/p2p_invalidation_service.cc
+++ b/components/invalidation/p2p_invalidation_service.cc
@@ -41,10 +41,6 @@ void P2PInvalidationService::UpdateCredentials(const std::string& username,
invalidator_->UpdateCredentials(username, password);
}
-void P2PInvalidationService::Shutdown() {
- invalidator_.reset();
-}
-
void P2PInvalidationService::RegisterInvalidationHandler(
syncer::InvalidationHandler* handler) {
invalidator_->RegisterHandler(handler);
« no previous file with comments | « components/invalidation/p2p_invalidation_service.h ('k') | components/invalidation/profile_invalidation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698