Index: chrome/browser/sync/engine/sync_scheduler.h |
diff --git a/chrome/browser/sync/engine/sync_scheduler.h b/chrome/browser/sync/engine/sync_scheduler.h |
index 7a025fb0478b05d9f48d6417c6334e2cbc47e39d..0f332817d52e885000af07b47b572d1ef23a899d 100644 |
--- a/chrome/browser/sync/engine/sync_scheduler.h |
+++ b/chrome/browser/sync/engine/sync_scheduler.h |
@@ -116,6 +116,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate, |
virtual void OnReceivedSessionsCommitDelay( |
const base::TimeDelta& new_delay) OVERRIDE; |
virtual void OnShouldStopSyncingPermanently() OVERRIDE; |
+ virtual void OnSyncProtocolError(sessions::SyncSession* session) OVERRIDE; |
// ServerConnectionEventListener implementation. |
// TODO(tim): schedule a nudge when valid connection detected? in 1 minute? |
@@ -348,6 +349,9 @@ class SyncScheduler : public sessions::SyncSession::Delegate, |
// the client starts up and does not need to perform an initial sync. |
void SendInitialSnapshot(); |
+ virtual void OnActionableError(sessions::SyncSession* session); |
+ |
+ |
ScopedRunnableMethodFactory<SyncScheduler> method_factory_; |
// Used for logging. |