| Index: sandbox/win/src/sync_policy.h
|
| ===================================================================
|
| --- sandbox/win/src/sync_policy.h (revision 230780)
|
| +++ sandbox/win/src/sync_policy.h (working copy)
|
| @@ -35,14 +35,13 @@
|
| static DWORD CreateEventAction(EvalResult eval_result,
|
| const ClientInfo& client_info,
|
| const std::wstring &event_name,
|
| - uint32 manual_reset,
|
| + uint32 event_type,
|
| uint32 initial_state,
|
| HANDLE *handle);
|
| static DWORD OpenEventAction(EvalResult eval_result,
|
| const ClientInfo& client_info,
|
| const std::wstring &event_name,
|
| uint32 desired_access,
|
| - uint32 inherit_handle,
|
| HANDLE *handle);
|
| };
|
|
|
|
|