| Index: content/common/content_switches_internal.cc
|
| diff --git a/content/common/content_switches_internal.cc b/content/common/content_switches_internal.cc
|
| index c0f0cc6550fb272b7a1b136b573dcb52cc690e99..eeb18a7603b40c6987a33bbfe248b5fe2591a163 100644
|
| --- a/content/common/content_switches_internal.cc
|
| +++ b/content/common/content_switches_internal.cc
|
| @@ -48,11 +48,11 @@ bool IsPinchToZoomEnabled() {
|
|
|
| #if defined(OS_WIN)
|
|
|
| -bool IsWin32kRendererLockdownEnabled() {
|
| +bool IsWin32kLockdownEnabled() {
|
| if (base::win::GetVersion() < base::win::VERSION_WIN8)
|
| return false;
|
| const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| - if (cmd_line->HasSwitch(switches::kDisableWin32kRendererLockDown))
|
| + if (cmd_line->HasSwitch(switches::kDisableWin32kLockDown))
|
| return false;
|
| return true;
|
| }
|
|
|