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

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

Issue 1656603002: Diagnose renderer-side crash with browser-side stack trace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/frame_host/render_frame_host_manager.cc ('k') | no next file » | 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.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 1b552accdc63aeacc1629c4e35e8b9350a96a190..180ef0859d298eaab175b295b5841585cc0481ff 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -250,6 +250,11 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
// Creates a full screen RenderWidget.
void CreateNewFullscreenWidget(int32_t route_id);
+ // 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698