| 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 557b82fad385ea8a07fa75fdbb0d33de632a3ec0..6d88e71bea9df133e3a98c36df35405a74426ca6 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -279,6 +279,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| bool PreSpawnRenderer(sandbox::TargetPolicy* policy) override;
|
| base::string16 GetAppContainerSidForSandboxType(
|
| int sandbox_type) const override;
|
| + bool IsWin32kLockdownEnabledForMimeType(
|
| + const std::string& mime_type) const override;
|
| #endif
|
| void RegisterFrameMojoShellServices(
|
| content::ServiceRegistry* registry,
|
|
|