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

Unified Diff: util/win/registration_protocol_win.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/registration_protocol_win.h
diff --git a/util/win/registration_protocol_win.h b/util/win/registration_protocol_win.h
index e2f1d23d17abe5d77c3496f5e7a1fb472b90986d..05ca7b442736a5c7abe0e7b6b44c8a2c98f36a1d 100644
--- a/util/win/registration_protocol_win.h
+++ b/util/win/registration_protocol_win.h
@@ -89,6 +89,10 @@ struct RegistrationResponse {
//! signaled to request a crash report. 64-bit clients should convert the
//! value to a `HANDLE` using sign-extension.
uint32_t request_report_event;
+ //! \brief An event `HANDLE`, valid in the client process, that will be
Mark Mentovai 2015/09/23 20:00:52 Blank line before this.
scottmg 2015/09/24 19:16:53 Done.
+ //! signalled once a crash report has been gathered. 64-bit clients should
+ //! convert the value to a `HANDLE` using sign-extension.
+ uint32_t report_completed_event;
};
//! \brief The response sent back to the client via SendToCrashHandlerServer().
« util/win/exception_handler_server.cc ('K') | « util/win/exception_handler_server_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698