Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index 0a66e155aae2cedca82d22165dd049d551368802..8a7b5f691a5fe9ca5b75483531c93b188a3a40f6 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -35,6 +35,7 @@ ShellBrowserContext::ShellBrowserContext(bool off_the_record) |
ShellBrowserContext::~ShellBrowserContext() { |
if (resource_context_.get()) { |
+ resource_context_->StartTearDown(); |
BrowserThread::DeleteSoon( |
BrowserThread::IO, FROM_HERE, resource_context_.release()); |
} |