| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 3b092a808222fda084f223b31d41cec93f92bb1e..3008497da1744a0fdc83d34aa5d0ef5bc358a2a0 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -195,6 +195,9 @@ size_t RegisterChromeCrashKeys() {
|
| { "aci_wrong_sp_extension_id", kSmallSize },
|
|
|
| // Temporary for http://crbug.com/621730
|
| + { "postmessage_src_origin", kMediumSize },
|
| + { "postmessage_dst_origin", kMediumSize },
|
| + { "postmessage_dst_url", kLargeSize },
|
| { "postmessage_script_info", kLargeSize },
|
|
|
| // Temporary for https://crbug.com/616149.
|
|
|