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

Unified Diff: components/sync/engine/fake_sync_engine.cc

Issue 2624943002: [Sync] Move snapshot cache from SBHI to PSS. (Closed)
Patch Set: Address comments. Created 3 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 | « components/sync/engine/fake_sync_engine.h ('k') | components/sync/engine/sync_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/fake_sync_engine.cc
diff --git a/components/sync/engine/fake_sync_engine.cc b/components/sync/engine/fake_sync_engine.cc
index 284b3b1b47546d4a1956a2ae094cf990273372f2..e40e6739ad0ec040512e75df3e0d6fcb829f72cd 100644
--- a/components/sync/engine/fake_sync_engine.cc
+++ b/components/sync/engine/fake_sync_engine.cc
@@ -61,10 +61,6 @@ SyncEngine::Status FakeSyncEngine::GetDetailedStatus() {
return SyncEngine::Status();
}
-SyncCycleSnapshot FakeSyncEngine::GetLastCycleSnapshot() const {
- return SyncCycleSnapshot();
-}
-
bool FakeSyncEngine::HasUnsyncedItems() const {
return false;
}
« no previous file with comments | « components/sync/engine/fake_sync_engine.h ('k') | components/sync/engine/sync_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698