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

Unified Diff: sync/internal_api/public/test/fake_sync_manager.h

Issue 12114012: Remove syncer::IncomingInvalidationSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove comment 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
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | sync/internal_api/sync_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/test/fake_sync_manager.h
diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/sync/internal_api/public/test/fake_sync_manager.h
index 70415c9bb722bfe61fec2a3056e556d6904511ce..74aadd7fb72ea1f62f180a9611651ebfccd261ee 100644
--- a/sync/internal_api/public/test/fake_sync_manager.h
+++ b/sync/internal_api/public/test/fake_sync_manager.h
@@ -58,8 +58,7 @@ class FakeSyncManager : public SyncManager {
ModelTypeSet GetLastRefreshRequestTypes();
// Posts a method to invalidate the given IDs on the sync thread.
- void Invalidate(const ObjectIdInvalidationMap& invalidation_map,
- IncomingInvalidationSource source);
+ void Invalidate(const ObjectIdInvalidationMap& invalidation_map);
// Posts a method to update the invalidator state on the sync thread.
void UpdateInvalidatorState(InvalidatorState state);
@@ -127,8 +126,7 @@ class FakeSyncManager : public SyncManager {
private:
void InvalidateOnSyncThread(
- const ObjectIdInvalidationMap& invalidation_map,
- IncomingInvalidationSource source);
+ const ObjectIdInvalidationMap& invalidation_map);
void UpdateInvalidatorStateOnSyncThread(InvalidatorState state);
scoped_refptr<base::SequencedTaskRunner> sync_task_runner_;
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | sync/internal_api/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698