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

Unified Diff: content/browser/renderer_host/render_view_host_impl.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 | « content/browser/renderer_host/render_view_host_impl.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index 4fd32bcea7af8e9b0bf3fded1823f47358f69111..9c75b2e8b49ab1688359124374a8f0c9c99ebf3c 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -283,8 +283,10 @@ bool RenderViewHostImpl::CreateRenderView(
// https://crbug.com/575245.
// TODO(creis): Remove this once we've found the cause.
if (main_frame_routing_id_ != MSG_ROUTING_NONE &&
- proxy_route_id != MSG_ROUTING_NONE)
+ proxy_route_id != MSG_ROUTING_NONE) {
+ NOTREACHED() << "Don't set both main_frame_routing_id_ and proxy_route_id";
base::debug::DumpWithoutCrashing();
+ }
GetWidget()->set_renderer_initialized(true);
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698