Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index 99efb58db472d237b54ade165d681d98d25ab950..d6c6fd07910548985e7574b2b772045e3022fc7c 100644 |
--- a/chrome/common/crash_keys.cc |
+++ b/chrome/common/crash_keys.cc |
@@ -88,6 +88,9 @@ const char kZeroEncodeDetails[] = "zero-encode-details"; |
size_t RegisterChromeCrashKeys() { |
// The following keys may be chunked by the underlying crash logging system, |
// but ultimately constitute a single key-value pair. |
+ // |
+ // If you're adding keys here, please also add them to the list in |
Kevin M
2016/05/02 22:05:32
Maintaining two parallel key lists seems risky, an
Robert Sesek
2016/05/02 22:07:00
The CL description mentions a bug to fix this issu
marcinjb
2016/05/03 18:06:58
Yeah, I've got something going in http://crrev.com
|
+ // //blimp/engine/app/blimp_engine_crash_keys.cc |
base::debug::CrashKey fixed_keys[] = { |
#if defined(OS_MACOSX) || defined(OS_WIN) |
{ kMetricsClientId, kSmallSize }, |