Don't create 'GPUCache' and 'databases' directories when cache-path is unspecified (issue #2289)

This commit is contained in:
Marshall Greenblatt
2017-10-30 16:52:39 -04:00
parent 486e69e23b
commit 9f7bdcf7d5
3 changed files with 29 additions and 3 deletions

View File

@@ -234,6 +234,9 @@ patches = [
# (b) Adding BrowserContext::GetStoragePartitionProxy();
# (c) Removing static_cast<> of StoragePartition to StoragePartitionImpl.
# https://bitbucket.org/chromiumembedded/cef/issues/1973
#
# Don't create a "databases" directory when cache_path is empty.
# https://bitbucket.org/chromiumembedded/cef/issues/2289
'name': 'storage_partition_1973',
},
{