diff options
Diffstat (limited to 'components/sync_driver/sync_frontend.h')
-rw-r--r-- | components/sync_driver/sync_frontend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/sync_driver/sync_frontend.h b/components/sync_driver/sync_frontend.h index fd40b30..774a553 100644 --- a/components/sync_driver/sync_frontend.h +++ b/components/sync_driver/sync_frontend.h @@ -54,10 +54,6 @@ class SyncFrontend { // The backend queried the server recently and received some updates. virtual void OnSyncCycleCompleted() = 0; - // Configure ran into some kind of error. But it is scheduled to be - // retried. - virtual void OnSyncConfigureRetry() = 0; - // Informs the frontned of some network event. These notifications are // disabled by default and must be enabled through an explicit request to the // SyncBackendHost. |