| Index: sandbox/win/src/process_mitigations_win32k_dispatcher.cc
|
| diff --git a/sandbox/win/src/process_mitigations_win32k_dispatcher.cc b/sandbox/win/src/process_mitigations_win32k_dispatcher.cc
|
| index e426084f861abdd9387d5578187365ff17720fad..ae5184b7d3f2be28418d0d0e607b456b1fcec765 100644
|
| --- a/sandbox/win/src/process_mitigations_win32k_dispatcher.cc
|
| +++ b/sandbox/win/src/process_mitigations_win32k_dispatcher.cc
|
| @@ -47,6 +47,14 @@ bool ProcessMitigationsWin32KDispatcher::SetupService(
|
| return true;
|
| }
|
|
|
| + case IPC_USER_SYSTEMPARAMETERSINFOW_TAG: {
|
| + if (!INTERCEPT_EAT(manager, L"user32.dll", SystemParametersInfoW,
|
| + SYSTEMPARAMETERSINFOW_ID, 20)) {
|
| + return false;
|
| + }
|
| + return true;
|
| + }
|
| +
|
| default:
|
| break;
|
| }
|
|
|