| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 150c9238eae3081ea91747c8104ca7ee8d07fe8a..2a44654978bbc42717a4710275bbfebd1207c9b8 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -281,6 +281,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| int sandbox_type) const override;
|
| bool IsWin32kLockdownEnabledForMimeType(
|
| const std::string& mime_type) const override;
|
| + bool ShouldUseWindowsPrefetchArgument() const override;
|
| #endif
|
| void RegisterFrameMojoShellServices(
|
| content::ServiceRegistry* registry,
|
|
|