| Index: content/common/content_switches_internal.h
|
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
|
| index f1ddb19d4dce3c72a83b314adf5991bf8749e39b..024a4d7efcb99607c16d6d96180e71248b5f1b7a 100644
|
| --- a/content/common/content_switches_internal.h
|
| +++ b/content/common/content_switches_internal.h
|
| @@ -13,8 +13,8 @@ namespace content {
|
|
|
| bool IsPinchToZoomEnabled();
|
| #if defined(OS_WIN)
|
| -// Returns whether Win32k Renderer lockdown is enabled or not.
|
| -bool IsWin32kRendererLockdownEnabled();
|
| +// Returns whether Win32k lockdown is enabled for child processes or not.
|
| +bool IsWin32kLockdownEnabled();
|
| #endif
|
| V8CacheOptions GetV8CacheOptions();
|
|
|
|
|