Chromium Code Reviews| Index: chrome/app/chrome_crash_reporter_client_win.cc |
| diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc |
| index 2d9e24bde5b9f1619543d680cb497a90eb73fe3e..94f55772eaf1253b947cadbd7c6f2c3bb80bc54d 100644 |
| --- a/chrome/app/chrome_crash_reporter_client_win.cc |
| +++ b/chrome/app/chrome_crash_reporter_client_win.cc |
| @@ -138,6 +138,16 @@ size_t RegisterCrashKeysHelper() { |
| {"initrf_root_process_is_live", kSmallSize}, |
| {"initrf_root_proxy_is_live", kSmallSize}, |
| + // Temporary for https://crbug.com/626802. |
| + { "newframe_routing_id", kSmallSize }, |
| + { "newframe_proxy_id", kSmallSize }, |
| + { "newframe_opener_id", kSmallSize }, |
| + { "newframe_parent_id", kSmallSize }, |
| + { "newframe_widget_id", kSmallSize }, |
| + { "newframe_widget_hidden", kSmallSize }, |
| + { "newframe_replicated_origin", kSmallSize }, |
| + { "newframe_oopifs_possible", kSmallSize }, |
|
Charlie Reis
2016/08/25 00:04:55
Wow, there's three places that need this now? :(
Robert Sesek
2016/08/25 16:29:06
Yeah, this is getting bad, especially as this is p
|
| + |
| // Temporary for https://crbug.com/630103. |
| { "origin_mismatch_url", crash_keys::kLargeSize }, |
| { "origin_mismatch_origin", crash_keys::kMediumSize }, |