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

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

Issue 2624943002: [Sync] Move snapshot cache from SBHI to PSS. (Closed)
Patch Set: 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
Index: components/sync/engine/sync_engine.h
diff --git a/components/sync/engine/sync_engine.h b/components/sync/engine/sync_engine.h
index 6c1d9dc7155e59276de5bc4eab9adfeba028735c..4470953bac8ddeb9537cb6fcf795f0b790f1e400 100644
--- a/components/sync/engine/sync_engine.h
+++ b/components/sync/engine/sync_engine.h
@@ -142,7 +142,6 @@ class SyncEngine : public ModelTypeConfigurer {
// Called from any thread to obtain current status information in detailed or
// summarized form.
pavely 2017/01/12 00:27:13 GetLastCycleSnapshot() was that summarized form me
maxbogue 2017/01/12 01:55:02 Done.
virtual Status GetDetailedStatus() = 0;
- virtual SyncCycleSnapshot GetLastCycleSnapshot() const = 0;
// Determines if the underlying sync engine has made any local changes to
// items that have not yet been synced with the server.

Powered by Google App Engine
This is Rietveld 408576698