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

Unified Diff: components/crash/core/common/crash_keys.h

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 | « components/crash/content/app/crashpad.cc ('k') | components/crash/core/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/core/common/crash_keys.h
diff --git a/components/crash/core/common/crash_keys.h b/components/crash/core/common/crash_keys.h
index fdd1ee53f745296ee36d4e4004c77ac032ba32d1..93c1023c6bfd98ad339afe7b28936f641d701190 100644
--- a/components/crash/core/common/crash_keys.h
+++ b/components/crash/core/common/crash_keys.h
@@ -92,6 +92,9 @@ extern const char kNumVariations[];
// typically set by SetExperimentList.
extern const char kVariations[];
+// The last fatal log message.
+extern const char kLogFatal[];
+
// The maximum number of command line switches to process. |kSwitchFormat|
// should be formatted with an integer in the range [1, kSwitchesMaxCount].
const size_t kSwitchesMaxCount = 15;
« no previous file with comments | « components/crash/content/app/crashpad.cc ('k') | components/crash/core/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698