Index: chrome/browser/sync/glue/sync_backend_host_impl.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h |
index d4cd61f5d2c223b875357e78031bc1090c728791..8dee37f35873e83ca9c864836fd88540894e7d9b 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h |
@@ -179,10 +179,6 @@ class SyncBackendHostImpl |
syncer::SyncContextProxy* sync_context_proxy, |
const std::string& cache_guid); |
- // Downloading of control types failed and will be retried. Invokes the |
- // frontend's sync configure retry method. |
- void HandleControlTypesDownloadRetry(); |
- |
// Forwards a ProtocolEvent to the frontend. Will not be called unless a |
// call to SetForwardProtocolEvents() explicitly requested that we start |
// forwarding these events. |