| 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 013df0a8207f44bc56b31bff9bd735d80328f351..7ddfa9fa2e91f8a5190b9646e41dbf92d6c4a02b 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -675,6 +675,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.
|
|
|