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

Unified Diff: components/sync/engine/sync_engine_host_stub.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_host.h ('k') | components/sync/engine/sync_engine_host_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine_host_stub.h
diff --git a/components/sync/engine/sync_engine_host_stub.h b/components/sync/engine/sync_engine_host_stub.h
index feef51707a10ebd43f5d96510af5a4004510baf5..c6cbc0cdf9bc7738658b3782133e661b00c13c19 100644
--- a/components/sync/engine/sync_engine_host_stub.h
+++ b/components/sync/engine/sync_engine_host_stub.h
@@ -23,7 +23,7 @@ class SyncEngineHostStub : public SyncEngineHost {
const WeakHandle<DataTypeDebugInfoListener>& debug_info_listener,
const std::string& cache_guid,
bool success) override;
- void OnSyncCycleCompleted() override;
+ void OnSyncCycleCompleted(const SyncCycleSnapshot& snapshot) override;
void OnProtocolEvent(const ProtocolEvent& event) override;
void OnDirectoryTypeCommitCounterUpdated(
ModelType type,
« no previous file with comments | « components/sync/engine/sync_engine_host.h ('k') | components/sync/engine/sync_engine_host_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698