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

Unified Diff: util/win/exception_handler_server.h

Issue 1356383002: win: Implement CRASHPAD_SIMULATE_CRASH() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 3 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
Index: util/win/exception_handler_server.h
diff --git a/util/win/exception_handler_server.h b/util/win/exception_handler_server.h
index fd943acddbbe769251e510ab1854ff2d7f012e14..25d72cdd19f574d10eb3d23e7f3cd75cc94813ce 100644
--- a/util/win/exception_handler_server.h
+++ b/util/win/exception_handler_server.h
@@ -49,9 +49,7 @@ class ExceptionHandlerServer {
//! lifetime of this handle is not passed to the delegate.
//! \param[in] exception_information_address The address in the client's
//! address space of an ExceptionInformation structure.
- //! \return The exit code that should be used when terminating the client
- //! process.
- virtual unsigned int ExceptionHandlerServerException(
+ virtual void ExceptionHandlerServerException(
HANDLE process,
WinVMAddress exception_information_address) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698