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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.cc

Issue 2572573003: Remove old diagnostic crash reports. (Closed)
Patch Set: Restore RenderViewHostImpl dump Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a0343abb2c7e9454c36e1cd1872af0f112224482..e5ddce9b843c819e19e27014a0922e9e78ecc1c6 100644
--- a/chrome/app/chrome_crash_reporter_client_win.cc
+++ b/chrome/app/chrome_crash_reporter_client_win.cc
@@ -142,27 +142,6 @@ size_t RegisterCrashKeysHelper() {
// gin/:
{"v8-ignition", kSmallSize},
- // 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},
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698