| Index: sandbox/win/src/job.h
|
| diff --git a/sandbox/win/src/job.h b/sandbox/win/src/job.h
|
| index 7c215efc8e63f87e97bb12fa7916437c44602d9c..60dc3146b709bb6630efe617a390a0c4a464c399 100644
|
| --- a/sandbox/win/src/job.h
|
| +++ b/sandbox/win/src/job.h
|
| @@ -31,7 +31,8 @@ class Job {
|
| // the error.
|
| DWORD Init(JobLevel security_level,
|
| const wchar_t* job_name,
|
| - DWORD ui_exceptions);
|
| + DWORD ui_exceptions,
|
| + size_t memory_limit);
|
|
|
| // Assigns the process referenced by process_handle to the job.
|
| // If the function succeeds, the return value is ERROR_SUCCESS. If the
|
|
|