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

Unified Diff: components/sync/engine/sync_engine_host.h

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/sync_engine.h ('k') | components/sync/engine/sync_engine_host_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine_host.h
diff --git a/components/sync/engine/sync_engine_host.h b/components/sync/engine/sync_engine_host.h
index ad18493113886cb8fdde645adfdecc8ab61de1e8..2652d858febafd1589f43ae05adab4d1cc8802c1 100644
--- a/components/sync/engine/sync_engine_host.h
+++ b/components/sync/engine/sync_engine_host.h
@@ -48,7 +48,7 @@ class SyncEngineHost {
bool success) = 0;
// The engine queried the server recently and received some updates.
- virtual void OnSyncCycleCompleted() = 0;
+ virtual void OnSyncCycleCompleted(const SyncCycleSnapshot& snapshot) = 0;
// Informs the host of some network event. These notifications are disabled by
// default and must be enabled through an explicit request to the SyncEngine.
« no previous file with comments | « components/sync/engine/sync_engine.h ('k') | components/sync/engine/sync_engine_host_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698