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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 2572573003: Remove old diagnostic crash reports. (Closed)
Patch Set: Remove more crash keys. Created 4 years 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: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index b62a03139265e6689af06e13acf6bdcfa257f4a9..84e217aefa7c3833f9b18e5cf57ee323e6ace1fb 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -2189,15 +2189,6 @@ void RenderThreadImpl::CreateFrameProxy(
int32_t opener_routing_id,
int32_t parent_routing_id,
const FrameReplicationState& replicated_state) {
- // Debug cases of https://crbug.com/575245.
- base::debug::SetCrashKeyValue("newproxy_proxy_id",
- base::IntToString(routing_id));
- base::debug::SetCrashKeyValue("newproxy_view_id",
- base::IntToString(render_view_routing_id));
- base::debug::SetCrashKeyValue("newproxy_opener_id",
- base::IntToString(opener_routing_id));
- base::debug::SetCrashKeyValue("newproxy_parent_id",
- base::IntToString(parent_routing_id));
RenderFrameProxy::CreateFrameProxy(
routing_id, render_view_routing_id,
RenderFrameImpl::ResolveOpener(opener_routing_id), parent_routing_id,

Powered by Google App Engine
This is Rietveld 408576698