Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 4d9f63bcea991bf5cff72c976e8d66d3132e8197..ca61ba3584043610310465151e6c1a0c64acd7a2 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -642,6 +642,9 @@ void IOThread::CleanUp() { |
globals_ = NULL; |
base::debug::LeakTracker<SystemURLRequestContextGetter>::CheckForLeaks(); |
+ |
+ if (net_log_) |
+ net_log_->ShutdownBeforeTaskScheduler(); |
} |
// static |