| Index: sandbox/win/src/crosscall_server.h
|
| diff --git a/sandbox/win/src/crosscall_server.h b/sandbox/win/src/crosscall_server.h
|
| index 41888c1203c48f9181559a43ebb48f2641437198..824b63ef91e35ce3e2032f0e854e8532c42b1de4 100644
|
| --- a/sandbox/win/src/crosscall_server.h
|
| +++ b/sandbox/win/src/crosscall_server.h
|
| @@ -143,7 +143,6 @@ void SetCallSuccess(CrossCallReturn* call_return);
|
| // process handle and the job object handle that contains the client process.
|
| struct ClientInfo {
|
| HANDLE process;
|
| - HANDLE job_object;
|
| DWORD process_id;
|
| };
|
|
|
|
|