| Index: sync/internal_api/public/sessions/sync_session_snapshot.h
|
| diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.h b/sync/internal_api/public/sessions/sync_session_snapshot.h
|
| index 16b07531397cd87204927536517811116ef2d2c6..d5075178fa2d81d2298fa2f1bd857ad295e55df7 100644
|
| --- a/sync/internal_api/public/sessions/sync_session_snapshot.h
|
| +++ b/sync/internal_api/public/sessions/sync_session_snapshot.h
|
| @@ -43,8 +43,7 @@ class SyncSessionSnapshot {
|
| const SyncSourceInfo& source,
|
| bool notifications_enabled,
|
| size_t num_entries,
|
| - base::Time sync_start_time,
|
| - bool retry_scheduled);
|
| + base::Time sync_start_time);
|
| ~SyncSessionSnapshot();
|
|
|
| // Caller takes ownership of the returned dictionary.
|
| @@ -69,7 +68,6 @@ class SyncSessionSnapshot {
|
| bool notifications_enabled() const;
|
| size_t num_entries() const;
|
| base::Time sync_start_time() const;
|
| - bool retry_scheduled() const;
|
|
|
| // Set iff this snapshot was not built using the default constructor.
|
| bool is_initialized() const;
|
| @@ -89,7 +87,6 @@ class SyncSessionSnapshot {
|
| bool notifications_enabled_;
|
| size_t num_entries_;
|
| base::Time sync_start_time_;
|
| - bool retry_scheduled_;
|
|
|
| bool is_initialized_;
|
| };
|
|
|