Chromium Code Reviews| Index: chrome/browser/sync/sessions/sync_session.h |
| diff --git a/chrome/browser/sync/sessions/sync_session.h b/chrome/browser/sync/sessions/sync_session.h |
| index 04b1a1a15b06104e0106e7f2cc8d1307aba2b85b..4a88d78103c0d08a13a475e08b1cab8647c2b5ab 100644 |
| --- a/chrome/browser/sync/sessions/sync_session.h |
| +++ b/chrome/browser/sync/sessions/sync_session.h |
| @@ -108,6 +108,10 @@ class SyncSession { |
| // engine again. |
| bool HasMoreToSync() const; |
| + // Returns true if this session experienced an error that prevented it from |
| + // making progress. |
| + bool WasUnableToMakeProgress() const; |
|
tim (not reviewing)
2011/09/20 20:32:12
FailedToMake[Forward]Progress?
|
| + |
| // Collects all state pertaining to how and why |s| originated and unions it |
| // with corresponding state in |this|, leaving |s| unchanged. Allows |this| |
| // to take on the responsibilities |s| had (e.g. certain data types) in the |