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

Unified Diff: components/sync/engine/sync_engine_host_stub.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/sync_engine_host_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine_host_stub.cc
diff --git a/components/sync/engine/sync_engine_host_stub.cc b/components/sync/engine/sync_engine_host_stub.cc
index 027025ec204e5338ee9d194ea068cfa427530799..bbf9a4c58848be8bd44290f2947aacb0f1190ca2 100644
--- a/components/sync/engine/sync_engine_host_stub.cc
+++ b/components/sync/engine/sync_engine_host_stub.cc
@@ -16,7 +16,8 @@ void SyncEngineHostStub::OnEngineInitialized(
const std::string& cache_guid,
bool success) {}
-void SyncEngineHostStub::OnSyncCycleCompleted() {}
+void SyncEngineHostStub::OnSyncCycleCompleted(
+ const SyncCycleSnapshot& snapshot) {}
void SyncEngineHostStub::OnProtocolEvent(const ProtocolEvent& event) {}
« no previous file with comments | « components/sync/engine/sync_engine_host_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698