Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: sandbox/win/src/policy_broker.h

Issue 1225183003: CreateThread interception, to use CreateRemoteThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up casts Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/src/ipc_tags.h ('k') | sandbox/win/src/policy_broker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/policy_broker.h
diff --git a/sandbox/win/src/policy_broker.h b/sandbox/win/src/policy_broker.h
index 15d3b21ef6f7b8822069e53cd944da63a2681c48..a8d819dc715dcdbf016729beb8893256390ca469 100644
--- a/sandbox/win/src/policy_broker.h
+++ b/sandbox/win/src/policy_broker.h
@@ -15,7 +15,8 @@ class TargetProcess;
bool InitGlobalNt();
// Sets up interceptions not controlled by explicit policies.
-bool SetupBasicInterceptions(InterceptionManager* manager);
+bool SetupBasicInterceptions(InterceptionManager* manager,
+ bool is_csrss_connected);
// Sets up imports from NTDLL for the given target process so the interceptions
// can work.
« no previous file with comments | « sandbox/win/src/ipc_tags.h ('k') | sandbox/win/src/policy_broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698