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 2d1f70211beec099a7a1b6728c3afe4aced5c0d2..a70a9c4c96859b4320d3d1a628d0ee4fdef05a50 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -673,6 +673,11 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// document or not. |
bool is_loading_; |
+ // PlzNavigate |
+ // Used to track whether a commit is expected in this frame. Only used in |
+ // tests. |
+ 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. |