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

Unified Diff: components/sync/engine/sync_engine.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/fake_sync_engine.cc ('k') | components/sync/engine/sync_engine_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..af4e53d0b489030cbc8407018440605349b3022b 100644
--- a/components/sync/engine/sync_engine.h
+++ b/components/sync/engine/sync_engine.h
@@ -139,10 +139,8 @@ class SyncEngine : public ModelTypeConfigurer {
// OnBackendInitialized().
virtual UserShare* GetUserShare() const = 0;
- // Called from any thread to obtain current status information in detailed or
- // summarized form.
+ // Called from any thread to obtain current detailed status information.
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.
« no previous file with comments | « components/sync/engine/fake_sync_engine.cc ('k') | components/sync/engine/sync_engine_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698