| Index: content/shell/browser/shell_browser_context.cc
|
| diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
|
| index a61a6c7ba4c0eb265afa5c520f57ec40f79649ee..d654e4bd5fbde084a0496fe84f0d95fdaa107c10 100644
|
| --- a/content/shell/browser/shell_browser_context.cc
|
| +++ b/content/shell/browser/shell_browser_context.cc
|
| @@ -63,6 +63,7 @@ ShellBrowserContext::ShellBrowserContext(bool off_the_record,
|
| }
|
|
|
| ShellBrowserContext::~ShellBrowserContext() {
|
| + ShutdownStoragePartitions();
|
| if (resource_context_) {
|
| BrowserThread::DeleteSoon(
|
| BrowserThread::IO, FROM_HERE, resource_context_.release());
|
|
|