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

Unified Diff: content/renderer/render_thread_impl.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: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 3e4b55001c3ace9bb0d510771d62d4095b253b53..e007dd30c4316357109de2660ee41d8887799838 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -2070,15 +2070,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