Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index 3008497da1744a0fdc83d34aa5d0ef5bc358a2a0..e331053d6ca3766efb04d2a60e46d48bcf94a509 100644 |
--- a/chrome/common/crash_keys.cc |
+++ b/chrome/common/crash_keys.cc |
@@ -202,6 +202,10 @@ size_t RegisterChromeCrashKeys() { |
// Temporary for https://crbug.com/616149. |
{ "existing_extension_pref_value_type", crash_keys::kSmallSize }, |
+ |
+ // Temporary for https://crbug.com/625040 |
+ { "swdh_not_handled_message_type", crash_keys::kMediumSize }, |
+ { "swdh_not_handled_worker_status", crash_keys::kMediumSize }, |
}; |
// This dynamic set of keys is used for sets of key value pairs when gathering |