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 283be24ef7bcbd431ae8bec34dc477a1823255b4..977bf25c3cadcfea6d0cae425d0cc1e278b11b86 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -658,6 +658,10 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// document or not. |
bool is_loading_; |
+ // PlzNavigate |
+ // Used to track whether a commit is expected in this frame. |
+ bool pending_commit_; |
+ |
// Used to swap out or shut down this RFH when the unload event is taking too |
// long to execute, depending on the number of active frames in the |
// SiteInstance. |