| Index: components/sync_driver/sync_frontend.h
|
| diff --git a/components/sync_driver/sync_frontend.h b/components/sync_driver/sync_frontend.h
|
| index fd40b3034af1ba8de921e8435b694751936aa8cf..774a55366256619d43a930c3b78cd3dcffeadee9 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.
|
|
|