| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index a48dfe71cbf808078a35882df172d8744dbe0c36..9fdef2f1fec10b50529abd29be30d7dbc8517302 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -293,10 +293,12 @@ CONTENT_EXPORT extern const char kDeviceScaleFactor[];
|
| CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[];
|
| // This switch will be removed when we enable the win32K lockdown process
|
| // mitigation.
|
| +CONTENT_EXPORT extern const char kDisableWin32kRendererLockDown[];
|
| CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
|
| // Switch to uniquely identify names shared memory section for font cache
|
| // across chromium flavors.
|
| CONTENT_EXPORT extern const char kFontCacheSharedMemSuffix[];
|
| +CONTENT_EXPORT bool IsWin32kRendererLockdownEnabled();
|
| #endif
|
|
|
| #if defined(ENABLE_PLUGINS)
|
|
|