summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r--chrome/browser/io_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 30da91b..3f187e7 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -145,7 +145,7 @@ void IOThread::Init() {
globals_->http_auth_handler_factory.reset(CreateDefaultAuthHandlerFactory());
}
-void IOThread::CleanUp() {
+void IOThread::CleanUpAfterMessageLoopDestruction() {
// Not initialized in Init(). May not be initialized.
if (dns_master_) {
DCHECK(prefetch_observer_);
@@ -187,7 +187,7 @@ void IOThread::CleanUp() {
base::LeakTracker<URLFetcher>::CheckForLeaks();
base::LeakTracker<URLRequest>::CheckForLeaks();
- BrowserProcessSubThread::CleanUp();
+ BrowserProcessSubThread::CleanUpAfterMessageLoopDestruction();
}
net::HttpAuthHandlerFactory* IOThread::CreateDefaultAuthHandlerFactory() {