2024-01-18 03:33:27 +01:00
|
|
|
diff --git content/browser/renderer_host/render_process_host_impl.cc content/browser/renderer_host/render_process_host_impl.cc
|
2024-04-23 22:06:00 +02:00
|
|
|
index 1dcae1e41f4dc..43951c1c55f1a 100644
|
2024-01-18 03:33:27 +01:00
|
|
|
--- content/browser/renderer_host/render_process_host_impl.cc
|
|
|
|
+++ content/browser/renderer_host/render_process_host_impl.cc
|
2024-03-19 22:11:42 +01:00
|
|
|
@@ -1624,7 +1624,8 @@ bool RenderProcessHostImpl::Init() {
|
2024-01-18 03:33:27 +01:00
|
|
|
// initialized because in tests the factory may never have been initialized.
|
|
|
|
if (!GetBrowserContext()->IsOffTheRecord() &&
|
|
|
|
!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|
|
- switches::kDisableGpuShaderDiskCache)) {
|
|
|
|
+ switches::kDisableGpuShaderDiskCache) &&
|
|
|
|
+ !storage_partition_impl_->GetPath().empty()) {
|
|
|
|
if (auto* cache_factory = GetGpuDiskCacheFactorySingleton()) {
|
|
|
|
for (const gpu::GpuDiskCacheType type : gpu::kGpuDiskCacheTypes) {
|
|
|
|
auto handle = cache_factory->GetCacheHandle(
|