| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index c1e0c5a3e5a3a0d68b2532f67cf467dda8c967e4..6f20abe7b2f935be070ada67db0bfbb6497941f4 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -243,6 +243,10 @@ 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/660427.
|
| + { "blink_scheduler_task_function_name", kMediumSize },
|
| + { "blink_scheduler_task_file_name", kMediumSize },
|
| };
|
|
|
| // This dynamic set of keys is used for sets of key value pairs when gathering
|
|
|