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

Unified Diff: chrome/browser/sync/glue/bridged_invalidator.cc

Issue 10874096: [Sync] Rework Invalidator-related unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 4 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/sync/glue/bridged_invalidator.cc
diff --git a/chrome/browser/sync/glue/bridged_invalidator.cc b/chrome/browser/sync/glue/bridged_invalidator.cc
index 14ecfa80d0084e163163911e6312b925547f94fa..c85c70b36d4ffc72a00bbd2b6646d01023fa1069 100644
--- a/chrome/browser/sync/glue/bridged_invalidator.cc
+++ b/chrome/browser/sync/glue/bridged_invalidator.cc
@@ -57,9 +57,9 @@ void BridgedInvalidator::UpdateCredentials(
}
void BridgedInvalidator::SendNotification(
- syncer::ModelTypeSet changed_types) {
+ const syncer::ObjectIdStateMap& id_state_map) {
if (delegate_.get())
- delegate_->SendNotification(changed_types);
+ delegate_->SendNotification(id_state_map);
}
} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/glue/bridged_invalidator.h ('k') | chrome/browser/sync/glue/bridged_invalidator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698