summaryrefslogtreecommitdiff
path: root/sandbox/win/src/sync_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/sync_policy.h')
-rw-r--r--sandbox/win/src/sync_policy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/win/src/sync_policy.h b/sandbox/win/src/sync_policy.h
index 2b8b422702..93aef64af6 100644
--- a/sandbox/win/src/sync_policy.h
+++ b/sandbox/win/src/sync_policy.h
@@ -35,14 +35,13 @@ class SyncPolicy {
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);
};