| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 93e57a775038faf1c46a2d1551450ab8c6d8525d..67113b67bf76e8cf2a2ead2a447efdcd1485dad8 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1008,8 +1008,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id,
|
| BrowserChildProcessHostImpl::CopyFeatureAndFieldTrialFlags(cmd_line);
|
|
|
| #if defined(OS_WIN)
|
| - if (GetContentClient()->browser()->ShouldUseWindowsPrefetchArgument())
|
| - cmd_line->AppendArg(switches::kPrefetchArgumentGpu);
|
| + cmd_line->AppendArg(switches::kPrefetchArgumentGpu);
|
| #endif // defined(OS_WIN)
|
|
|
| if (kind_ == GPU_PROCESS_KIND_UNSANDBOXED)
|
|
|