| 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 64133b220b7062b42e00224126c3be89deabb910..09c7ce9a4f7ab296d0e7ea4e3270b2989397f601 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -423,10 +423,6 @@ bool ContentBrowserClient::IsWin32kLockdownEnabledForMimeType(
|
| // is enabled by default in Chrome. See crbug.com/523278.
|
| return false;
|
| }
|
| -
|
| -bool ContentBrowserClient::ShouldUseWindowsPrefetchArgument() const {
|
| - return true;
|
| -}
|
| #endif // defined(OS_WIN)
|
|
|
| #if defined(VIDEO_HOLE)
|
|
|