Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5362)

Unified Diff: chrome/common/crash_keys.cc

Issue 2572573003: Remove old diagnostic crash reports. (Closed)
Patch Set: Fix typo. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 357a0afdb2047245d3afce5a8ba11ef637e66a6d..4add468b05bf11dd700965357a4544ea907881fd 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -189,27 +189,6 @@ size_t RegisterChromeCrashKeys() {
{"seccomp-sigsys", kMediumSize},
#endif
- // Temporary for http://crbug.com/575245.
- {"swapout_frame_id", kSmallSize},
- {"swapout_proxy_id", kSmallSize},
- {"swapout_view_id", kSmallSize},
- {"commit_frame_id", kSmallSize},
- {"commit_proxy_id", kSmallSize},
- {"commit_view_id", kSmallSize},
- {"commit_main_render_frame_id", kSmallSize},
- {"newproxy_proxy_id", kSmallSize},
- {"newproxy_view_id", kSmallSize},
- {"newproxy_opener_id", kSmallSize},
- {"newproxy_parent_id", kSmallSize},
- {"rvinit_view_id", kSmallSize},
- {"rvinit_proxy_id", kSmallSize},
- {"rvinit_main_frame_id", kSmallSize},
- {"initrf_frame_id", kSmallSize},
- {"initrf_proxy_id", kSmallSize},
- {"initrf_view_id", kSmallSize},
- {"initrf_main_frame_id", kSmallSize},
- {"initrf_view_is_live", kSmallSize},
-
// Temporary for https://crbug.com/591478.
{"initrf_parent_proxy_exists", kSmallSize},
{"initrf_render_view_is_live", kSmallSize},

Powered by Google App Engine
This is Rietveld 408576698