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

Unified Diff: sync/notifier/registration_manager.cc

Issue 10827133: [Sync] Rework unit tests for ChromeInvalidationClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 5 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/registration_manager.cc
diff --git a/sync/notifier/registration_manager.cc b/sync/notifier/registration_manager.cc
index 3d20df0b23e2112b2f567150e25bb272a4fc23d8..1c941402be82402eb2ed05c21a0d76d1a6f026d8 100644
--- a/sync/notifier/registration_manager.cc
+++ b/sync/notifier/registration_manager.cc
@@ -66,7 +66,7 @@ RegistrationManager::~RegistrationManager() {
STLDeleteValues(&registration_statuses_);
}
-void RegistrationManager::SetRegisteredIds(const ObjectIdSet& ids) {
+void RegistrationManager::UpdateRegisteredIds(const ObjectIdSet& ids) {
DCHECK(CalledOnValidThread());
const ObjectIdSet& old_ids = GetRegisteredIds();

Powered by Google App Engine
This is Rietveld 408576698