Chromium Code Reviews| Index: trunk/src/net/base/backoff_entry.cc |
| =================================================================== |
| --- trunk/src/net/base/backoff_entry.cc (revision 212147) |
| +++ trunk/src/net/base/backoff_entry.cc (working copy) |
| @@ -20,6 +20,9 @@ |
| } |
| 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) { |