| Index: sandbox/win/src/sandbox_policy_base.cc
|
| diff --git a/sandbox/win/src/sandbox_policy_base.cc b/sandbox/win/src/sandbox_policy_base.cc
|
| index 711fafc006acd0c2462b05b65e215983aa40556b..1313f80eac0decb4c2b29dd7ba4edd4f141f4834 100644
|
| --- a/sandbox/win/src/sandbox_policy_base.cc
|
| +++ b/sandbox/win/src/sandbox_policy_base.cc
|
| @@ -132,6 +132,7 @@ PolicyBase::PolicyBase()
|
| ipc_targets_[IPC_GDI_GDIDLLINITIALIZE_TAG] = dispatcher;
|
| ipc_targets_[IPC_GDI_GETSTOCKOBJECT_TAG] = dispatcher;
|
| ipc_targets_[IPC_USER_REGISTERCLASSW_TAG] = dispatcher;
|
| + ipc_targets_[IPC_USER_SYSTEMPARAMETERSINFOW_TAG] = dispatcher;
|
| }
|
|
|
| PolicyBase::~PolicyBase() {
|
|
|