Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index ceb9c013a39d3a60093ff73b0bf582d821d768f0..a97cbad10f4719475efcb369252388717ca6009d 100644 |
--- a/chrome/common/crash_keys.cc |
+++ b/chrome/common/crash_keys.cc |
@@ -128,6 +128,8 @@ const char kKaskoGuid[] = "kasko-guid"; |
const char kKaskoEquivalentGuid[] = "kasko-equivalent-guid"; |
#endif |
+const char kBug464926CrashKey[] = "bug-464926-info"; |
+ |
size_t RegisterChromeCrashKeys() { |
// The following keys may be chunked by the underlying crash logging system, |
// but ultimately constitute a single key-value pair. |
@@ -189,6 +191,7 @@ size_t RegisterChromeCrashKeys() { |
{ kKaskoGuid, kSmallSize }, |
{ kKaskoEquivalentGuid, kSmallSize }, |
#endif |
+ { kBug464926CrashKey, kSmallSize }, |
}; |
// This dynamic set of keys is used for sets of key value pairs when gathering |