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

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

Issue 333773005: Intercept the user32!SystemParametersInfoW API in the win32k user gdi lockdown mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | sandbox/win/src/interceptors_64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interceptors.h
diff --git a/sandbox/win/src/interceptors.h b/sandbox/win/src/interceptors.h
index a17447aa18c095a89c6157e3edb914ffc86bb678..8781f9c44dbd36e70d37063b93982fa522765c31 100644
--- a/sandbox/win/src/interceptors.h
+++ b/sandbox/win/src/interceptors.h
@@ -45,6 +45,7 @@ enum InterceptorId {
GDIINITIALIZE_ID,
GETSTOCKOBJECT_ID,
REGISTERCLASSW_ID,
+ SYSTEMPARAMETERSINFOW_ID,
INTERCEPTOR_MAX_ID
};
« no previous file with comments | « no previous file | sandbox/win/src/interceptors_64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698