Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index 4b56e6299c67b38343c834aa9a49b3a925f1854f..f41e6cac685974302ecbb1078e403fe8b4b76538 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -267,12 +267,8 @@ ProfileIOData::~ProfileIOData() { |
if (BrowserThread::IsMessageLoopValid(BrowserThread::IO)) |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
-#if 0 |
- // TODO(willchan): If I am ever able to enable this assertion and have it |
- // stick, I'm going to party like it's 2008. |
if (main_request_context_) |
main_request_context_->AssertNoURLRequests(); |
-#endif |
if (extensions_request_context_) |
extensions_request_context_->AssertNoURLRequests(); |
for (AppRequestContextMap::iterator it = app_request_context_map_.begin(); |