| Index: content/browser/utility_process_host_impl.cc
|
| diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
|
| index 1f42156297057836536fd41d277783f8e66c6abd..b211eeb62040b226e378992cb67a6bd58d542439 100644
|
| --- a/content/browser/utility_process_host_impl.cc
|
| +++ b/content/browser/utility_process_host_impl.cc
|
| @@ -314,8 +314,7 @@ bool UtilityProcessHostImpl::StartProcess() {
|
| cmd_line->AppendSwitchASCII(switches::kLang, locale);
|
|
|
| #if defined(OS_WIN)
|
| - if (GetContentClient()->browser()->ShouldUseWindowsPrefetchArgument())
|
| - cmd_line->AppendArg(switches::kPrefetchArgumentOther);
|
| + cmd_line->AppendArg(switches::kPrefetchArgumentOther);
|
| #endif // defined(OS_WIN)
|
|
|
| if (no_sandbox_)
|
|
|