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

Unified Diff: chrome/browser/sync/test_profile_sync_service.cc

Issue 12114012: Remove syncer::IncomingInvalidationSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DriveSystemService Created 7 years, 11 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/test_profile_sync_service.cc
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
index fb20d6a55cf189a06e4431f8d36f15345181be59..7d2d0d39307205bda3922d68482754d2405ef31a 100644
--- a/chrome/browser/sync/test_profile_sync_service.cc
+++ b/chrome/browser/sync/test_profile_sync_service.cc
@@ -179,9 +179,8 @@ void SyncBackendHostForProfileSyncTest::EmitOnInvalidatorStateChange(
}
void SyncBackendHostForProfileSyncTest::EmitOnIncomingInvalidation(
- const syncer::ObjectIdInvalidationMap& invalidation_map,
- const syncer::IncomingInvalidationSource source) {
- frontend()->OnIncomingInvalidation(invalidation_map, source);
+ const syncer::ObjectIdInvalidationMap& invalidation_map) {
+ frontend()->OnIncomingInvalidation(invalidation_map);
}
void SyncBackendHostForProfileSyncTest::ContinueInitialization(

Powered by Google App Engine
This is Rietveld 408576698