| 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 9c3bf0c7a6bab1436d44899d40d1a9de5c65476a..8e7b2f7ff3af20b9cef080d55d45c6e6ccc4b090 100644
|
| --- a/sandbox/win/src/sandbox_policy_base.cc
|
| +++ b/sandbox/win/src/sandbox_policy_base.cc
|
| @@ -161,6 +161,7 @@ PolicyBase::PolicyBase()
|
| ipc_targets_[IPC_CREATEPROCESSW_TAG] = dispatcher;
|
| ipc_targets_[IPC_NTOPENPROCESSTOKEN_TAG] = dispatcher;
|
| ipc_targets_[IPC_NTOPENPROCESSTOKENEX_TAG] = dispatcher;
|
| + ipc_targets_[IPC_CREATETHREAD_TAG] = dispatcher;
|
|
|
| dispatcher = new SyncDispatcher(this);
|
| ipc_targets_[IPC_CREATEEVENT_TAG] = dispatcher;
|
|
|