Chromium Code Reviews| 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. |