Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index b547ca44211cb43691a03694e140568080317db3..291de15a063a05b86adae08b8dbb403cd3f33b44 100644 |
--- a/chrome/common/crash_keys.cc |
+++ b/chrome/common/crash_keys.cc |
@@ -228,6 +228,9 @@ 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 }, |
+ |
+ // Temporary for https://crbug.com/647068. |
+ { "received_quit_message", crash_keys::kSmallSize }, |
}; |
// This dynamic set of keys is used for sets of key value pairs when gathering |