Chromium Code Reviews| Index: content/common/content_switches_internal.h |
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h |
| index ac31c5f3312d736decdb0dc9bb0352c3d8cc09cf..ad2fd6505a011e542f655dc3c0386fcb663176c9 100644 |
| --- a/content/common/content_switches_internal.h |
| +++ b/content/common/content_switches_internal.h |
| @@ -8,6 +8,9 @@ |
| namespace content { |
| bool IsPinchToZoomEnabled(); |
| +#if defined(OS_WIN) |
| +bool IsWin32kRendererLockdownEnabled(); |
| +#endif |
| } // namespace content |