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

Unified Diff: third_party/crashpad/crashpad/util/win/termination_codes.h

Issue 2833533003: Update Crashpad to f487da4ff2c47a129e2f8f3a7e0c769b54e4585f (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/crashpad/crashpad/util/win/safe_terminate_process_test_child.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/util/win/termination_codes.h
diff --git a/third_party/crashpad/crashpad/util/win/termination_codes.h b/third_party/crashpad/crashpad/util/win/termination_codes.h
index 1bcbf5dd812b96dfca2199daf144d9030d0141e3..ce7fdba97ab108ff955a65c0f04cd9df9df57b82 100644
--- a/third_party/crashpad/crashpad/util/win/termination_codes.h
+++ b/third_party/crashpad/crashpad/util/win/termination_codes.h
@@ -18,7 +18,7 @@
namespace crashpad {
//! \brief Crashpad-specific codes that are used as arguments to
-//! `TerminateProcess()` in unusual circumstances.
+//! SafeTerminateProcess() or `TerminateProcess()` in unusual circumstances.
enum TerminationCodes : unsigned int {
//! \brief The crash handler did not respond, and the client self-terminated.
kTerminationCodeCrashNoDump = 0xffff7001,
« no previous file with comments | « third_party/crashpad/crashpad/util/win/safe_terminate_process_test_child.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698