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

Unified Diff: util/win/exception_handler_server_test.cc

Issue 1392093003: win: Capture some CRITICAL_SECTION debugging data (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 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 | « util/win/exception_handler_server.cc ('k') | util/win/process_structs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/exception_handler_server_test.cc
diff --git a/util/win/exception_handler_server_test.cc b/util/win/exception_handler_server_test.cc
index 0c6a47995875d9cc105b9bec8a0c29a39b1c7226..0d87086b8d7ac0f94f9cc626dcb39c8a117c7550 100644
--- a/util/win/exception_handler_server_test.cc
+++ b/util/win/exception_handler_server_test.cc
@@ -64,7 +64,8 @@ class TestDelegate : public ExceptionHandlerServer::Delegate {
}
unsigned int ExceptionHandlerServerException(
HANDLE process,
- WinVMAddress exception_information_address) override {
+ WinVMAddress exception_information_address,
+ WinVMAddress debug_critical_section_address) override {
return 0;
}
« no previous file with comments | « util/win/exception_handler_server.cc ('k') | util/win/process_structs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698