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

Unified Diff: chrome/common/crash_keys.cc

Issue 2377963002: restore LOG_FATAL crash key on windows
Patch Set: move CrashMessageHandler out of base Created 4 years, 2 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 | « chrome/common/child_process_logging_win.cc ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 2492659047b29e419f01b3eeb860f74452edc8ea..dc1d39f83af90f61ce92d86e4c1c6ecef07f822d 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -107,6 +107,7 @@ size_t RegisterChromeCrashKeys() {
{ kActiveURL, kLargeSize },
{ kNumVariations, kSmallSize },
{ kVariations, kLargeSize },
+ { kLogFatal, kLargeSize },
{ kNumExtensionsCount, kSmallSize },
{ kShutdownType, kSmallSize },
#if !defined(OS_ANDROID)
« no previous file with comments | « chrome/common/child_process_logging_win.cc ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698