| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index e906a6acb8dc22a68ba429db5a1370496b5a01d4..3a6eec57f69d195c2d829958af8e0c35a1ac289e 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -80,6 +80,7 @@ StoragePartitionImpl* StoragePartitionImpl::Create(
|
| FilePath path = context->IsOffTheRecord() ? FilePath() : partition_path;
|
| scoped_refptr<DOMStorageContextImpl> dom_storage_context =
|
| new DOMStorageContextImpl(path, context->GetSpecialStoragePolicy());
|
| + dom_storage_context->SetSaveSessionStorageOnDisk();
|
|
|
| scoped_refptr<IndexedDBContextImpl> indexed_db_context =
|
| new IndexedDBContextImpl(path, context->GetSpecialStoragePolicy(),
|
|
|