| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index 68a00dd55908e07826be58616e45858e8d996cdd..fb7493674f9e399039eb2cb8c246dea996db3df8 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -739,6 +739,7 @@ base::ProcessHandle StartSandboxedProcess(
|
| delegate->PostSpawnTarget(target.process_handle());
|
|
|
| ResumeThread(target.thread_handle());
|
| + TRACE_EVENT_END_ETW("StartProcessWithAccess", 0, type_str);
|
| return target.TakeProcessHandle();
|
| }
|
|
|
|
|