| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 121f7c214dcb10226f212be4f0a473868cf1ba41..3f6d970c9f39b7428a164dd30df40a78bd8bd28a 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -418,7 +418,11 @@ bool ContentBrowserClient::IsWin32kLockdownEnabledForMimeType(
|
| // is enabled by default in Chrome. See crbug.com/523278.
|
| return false;
|
| }
|
| -#endif
|
| +
|
| +bool ContentBrowserClient::ShouldUseWindowsPrefetchArgument() const {
|
| + return true;
|
| +}
|
| +#endif // defined(OS_WIN)
|
|
|
| #if defined(VIDEO_HOLE)
|
| ExternalVideoSurfaceContainer*
|
|
|