| Index: content/common/content_switches_internal.h
|
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
|
| index aba55e54bf83f5a3c948f130f8d7fe80cc87dd49..e2b1cc696a484c5ca779c3777f5fe6013aede0ee 100644
|
| --- a/content/common/content_switches_internal.h
|
| +++ b/content/common/content_switches_internal.h
|
| @@ -16,6 +16,8 @@ void DisableWin32kRendererLockdown();
|
|
|
| // Returns whether Win32k Renderer lockdown is enabled or not.
|
| bool IsWin32kRendererLockdownEnabled();
|
| +// Returns whether Win32k PPAPI lockdown is enabled for a specific mime type.
|
| +bool IsWin32kLockdownEnabledForMimeType(const std::string& mime_type);
|
| #endif
|
| V8CacheOptions GetV8CacheOptions();
|
|
|
|
|