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

Unified Diff: sync/notifier/sync_invalidation_listener.cc

Issue 12847003: Separate invalidator and sync client ID (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: sync/notifier/sync_invalidation_listener.cc
diff --git a/sync/notifier/sync_invalidation_listener.cc b/sync/notifier/sync_invalidation_listener.cc
index 28b37bc07873bf829ad9342ac1cefc2ba75006b4..3216e074931759321cb51f882bb27fd96c9eae42 100644
--- a/sync/notifier/sync_invalidation_listener.cc
+++ b/sync/notifier/sync_invalidation_listener.cc
@@ -99,16 +99,6 @@ void SyncInvalidationListener::Start(
registration_manager_.reset(
new RegistrationManager(invalidation_client_.get()));
- // TODO(rlarocque): This call exists as part of an effort to move the
- // invalidator's ID out of sync. It writes the provided (sync-managed) ID to
- // storage that lives on the UI thread. Once this has been in place for a
- // milestone or two, we can remove it and start looking for invalidator client
- // IDs exclusively in the InvalidationStateTracker. See crbug.com/124142.
- invalidation_state_tracker_.Call(
- FROM_HERE,
- &InvalidationStateTracker::SetInvalidatorClientId,
- client_id);
-
// Set up reminders for any invalidations that have not been locally
// acknowledged.
ObjectIdSet unacknowledged_ids;

Powered by Google App Engine
This is Rietveld 408576698