| 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.
|
|
|