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

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

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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/registration_protocol_win.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 1cb69b18daa216acc5016653ab7ea5b08c981f1b..1bcbf5dd812b96dfca2199daf144d9030d0141e3 100644
--- a/third_party/crashpad/crashpad/util/win/termination_codes.h
+++ b/third_party/crashpad/crashpad/util/win/termination_codes.h
@@ -29,7 +29,7 @@ enum TerminationCodes : unsigned int {
//! \brief A dump was requested for a client that was never registered with
//! the crash handler.
- kTerminationCodeUseHandlerNotCalled = 0xffff7003,
+ kTerminationCodeNotConnectedToHandler = 0xffff7003,
};
} // namespace crashpad
« no previous file with comments | « third_party/crashpad/crashpad/util/win/registration_protocol_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698