| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index b547ca44211cb43691a03694e140568080317db3..a5188a87291bb39e1b28d9e86572cc2aeba911a2 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -228,6 +228,8 @@ 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 },
|
| +
|
| + { "LOG_FATAL", crash_keys::kLargeSize },
|
| };
|
|
|
| // This dynamic set of keys is used for sets of key value pairs when gathering
|
|
|