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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

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
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 99f293f70d6425145b00ac470c795817535b8205..449cb891bb836cab4d6b65bf64946a4d5e7b4ba6 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -187,11 +187,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
// re-entrantly.
void PostRenderViewReady();
- // TODO(creis): Remove after debugging https:/crbug.com/575245.
- int main_frame_routing_id() const {
- return main_frame_routing_id_;
- }
-
void set_main_frame_routing_id(int routing_id) {
main_frame_routing_id_ = routing_id;
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698