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

Unified Diff: chromecast/crash/cast_crash_keys.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 | « chrome/common/crash_keys.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_keys.cc
diff --git a/chromecast/crash/cast_crash_keys.cc b/chromecast/crash/cast_crash_keys.cc
index 67ac15af5c94618ed0165bc3beda780da4b868a5..0cc2a38c54a724fdbf8d1f9413ac058f51da2068 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -55,27 +55,6 @@ size_t RegisterCastCrashKeys() {
// gin/:
{"v8-ignition", ::crash_keys::kSmallSize},
- // Temporary for http://crbug.com/575245.
- {"swapout_frame_id", ::crash_keys::kSmallSize},
- {"swapout_proxy_id", ::crash_keys::kSmallSize},
- {"swapout_view_id", ::crash_keys::kSmallSize},
- {"commit_frame_id", ::crash_keys::kSmallSize},
- {"commit_proxy_id", ::crash_keys::kSmallSize},
- {"commit_view_id", ::crash_keys::kSmallSize},
- {"commit_main_render_frame_id", ::crash_keys::kSmallSize},
- {"newproxy_proxy_id", ::crash_keys::kSmallSize},
- {"newproxy_view_id", ::crash_keys::kSmallSize},
- {"newproxy_opener_id", ::crash_keys::kSmallSize},
- {"newproxy_parent_id", ::crash_keys::kSmallSize},
- {"rvinit_view_id", ::crash_keys::kSmallSize},
- {"rvinit_proxy_id", ::crash_keys::kSmallSize},
- {"rvinit_main_frame_id", ::crash_keys::kSmallSize},
- {"initrf_frame_id", ::crash_keys::kSmallSize},
- {"initrf_proxy_id", ::crash_keys::kSmallSize},
- {"initrf_view_id", ::crash_keys::kSmallSize},
- {"initrf_main_frame_id", ::crash_keys::kSmallSize},
- {"initrf_view_is_live", ::crash_keys::kSmallSize},
-
// Temporary for https://crbug.com/591478.
{"initrf_parent_proxy_exists", ::crash_keys::kSmallSize},
{"initrf_render_view_is_live", ::crash_keys::kSmallSize},
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698