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