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

Unified Diff: client/crashpad_client.h

Issue 1377963002: win: Add and use a custom CaptureContext() implementation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feeback (2) 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
« no previous file with comments | « client/capture_context_mac_test.cc ('k') | client/simulate_crash_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_client.h
diff --git a/client/crashpad_client.h b/client/crashpad_client.h
index 60186a40bb8ad972958825d218e0bced550ba355..7095de0403e68f0edcc780e3bd66e84ddc110b90 100644
--- a/client/crashpad_client.h
+++ b/client/crashpad_client.h
@@ -93,8 +93,8 @@ class CrashpadClient {
//! \brief Requests that the handler capture a dump even though there hasn't
//! been a crash.
//!
- //! \param[in] context A CONTEXT, generally captured by `RtlCaptureContext()`
- //! or similar.
+ //! \param[in] context A `CONTEXT`, generally captured by CaptureContext() or
+ //! similar.
static void DumpWithoutCrash(const CONTEXT& context);
#endif
« no previous file with comments | « client/capture_context_mac_test.cc ('k') | client/simulate_crash_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698