| Index: sandbox/win/src/broker_services.h
|
| diff --git a/sandbox/win/src/broker_services.h b/sandbox/win/src/broker_services.h
|
| index d2494437751ae04445116990036e60d61d8d35a0..39abacd28b5a48f8684e8fc595e919becf1cacb9 100644
|
| --- a/sandbox/win/src/broker_services.h
|
| +++ b/sandbox/win/src/broker_services.h
|
| @@ -63,9 +63,9 @@ class BrokerServicesBase FINAL : public BrokerServices,
|
| bool IsActiveTarget(DWORD process_id);
|
|
|
| private:
|
| - // Releases the Job and notifies the associated Policy object to its
|
| - // resources as well.
|
| - static void FreeResources(JobTracker* tracker);
|
| + // Releases the Job, terminates all job processes with exit_code, and notifies
|
| + // the associated Policy object to free its resources as well.
|
| + static void FreeResources(JobTracker* tracker, UINT exit_code);
|
|
|
| // The routine that the worker thread executes. It is in charge of
|
| // notifications and cleanup-related tasks.
|
|
|