Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 35195ba830e8ee03acb27607c324e071e9b4e0cf..d66dd1b5404512f5629a4123c4fa208653980709 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -942,6 +942,11 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost, |
// called (no pending instance should be set). |
bool should_reuse_web_ui_; |
+ // True if the RenderFrameHost is in the process of committing a navigation. |
+ // This is temporary to help pinpoint the cause of crbug.com/589365. |
+ // TODO(clamy): Remove once enough data has been gathered. |
+ bool is_in_commit_; |
+ |
// NOTE: This must be the last member. |
base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_; |