| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 2a116ed77554707c3dab8c12be04f089de4ed2fc..9e7f086981092481630ee9986c485e4e39c6228a 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -159,6 +159,7 @@ class SystemURLRequestContext : public net::URLRequestContext {
|
|
|
| private:
|
| virtual ~SystemURLRequestContext() {
|
| + AssertNoURLRequests();
|
| #if defined(USE_NSS) || defined(OS_IOS)
|
| net::SetURLRequestContextForNSSHttpIO(NULL);
|
| #endif
|
|
|