summaryrefslogtreecommitdiffstats
path: root/chromium/sandbox/win/src/process_thread_interception.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/sandbox/win/src/process_thread_interception.h')
-rw-r--r--chromium/sandbox/win/src/process_thread_interception.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/chromium/sandbox/win/src/process_thread_interception.h b/chromium/sandbox/win/src/process_thread_interception.h
index 7d2d533dafd..31dc231543d 100644
--- a/chromium/sandbox/win/src/process_thread_interception.h
+++ b/chromium/sandbox/win/src/process_thread_interception.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -83,17 +83,6 @@ SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessA(
LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
LPPROCESS_INFORMATION process_information);
-// Interception of CreateThread in kernel32.dll.
-SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateThread(
- CreateThreadFunction orig_CreateThread,
- LPSECURITY_ATTRIBUTES thread_attributes, SIZE_T stack_size,
- LPTHREAD_START_ROUTINE start_address, PVOID parameter,
- DWORD creation_flags, LPDWORD thread_id);
-
-// Interception of GetUserDefaultLCID in kernel32.dll.
-SANDBOX_INTERCEPT LCID WINAPI TargetGetUserDefaultLCID(
- GetUserDefaultLCIDFunction orig_GetUserDefaultLCID);
-
} // extern "C"
} // namespace sandbox