| Index: net/base/backoff_entry.cc
|
| diff --git a/net/base/backoff_entry.cc b/net/base/backoff_entry.cc
|
| index b1826b7af469b4d72cfccd6ad849173ceb1f24fe..c7c1a8be2111b86a81f45eb178d4a45bcd74f5e4 100644
|
| --- a/net/base/backoff_entry.cc
|
| +++ b/net/base/backoff_entry.cc
|
| @@ -20,9 +20,6 @@ BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
|
| }
|
|
|
| BackoffEntry::~BackoffEntry() {
|
| - // TODO(joi): Remove this once our clients (e.g. URLRequestThrottlerManager)
|
| - // always destroy from the I/O thread.
|
| - DetachFromThread();
|
| }
|
|
|
| void BackoffEntry::InformOfRequest(bool succeeded) {
|
|
|