Chromium Code Reviews| Index: sandbox/win/src/interceptors.h |
| diff --git a/sandbox/win/src/interceptors.h b/sandbox/win/src/interceptors.h |
| index ae3ecc6ac36ab895c07ca3f98a18cffec776b5ef..a17447aa18c095a89c6157e3edb914ffc86bb678 100644 |
| --- a/sandbox/win/src/interceptors.h |
| +++ b/sandbox/win/src/interceptors.h |
| @@ -41,6 +41,10 @@ enum InterceptorId { |
| // Sync dispatcher: |
| CREATE_EVENT_ID, |
| OPEN_EVENT_ID, |
| + // Process mitigations Win32k dispatcher: |
| + GDIINITIALIZE_ID, |
| + GETSTOCKOBJECT_ID, |
| + REGISTERCLASSW_ID, |
| INTERCEPTOR_MAX_ID |
| }; |