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

Unified Diff: chrome/common/crash_keys.cc

Issue 2377963002: restore LOG_FATAL crash key on windows
Patch Set: return protection against reentrancy 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/app/chrome_crash_reporter_client_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 e7f304b843618deea7a5e2776085c66aa238b4c6..690d6e3262c1b7348baf94cee27f0135c6c43326 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -227,6 +227,8 @@ size_t RegisterChromeCrashKeys() {
// Temporary for https://crbug.com/630496.
{ "swdh_get_registration_cannot_host_url", crash_keys::kLargeSize },
{ "swdh_get_registration_cannot_document_url", crash_keys::kLargeSize },
+
+ { "LOG_FATAL", crash_keys::kLargeSize },
};
// This dynamic set of keys is used for sets of key value pairs when gathering
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698