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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 1048463004: PlzNavigate: track pending commits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed DCHECK + rebase Created 5 years, 8 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
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 9ac9b8d174fe3f6526c1a990b151c691493335af..be207ba3ac1fa37a2186f338ffdeae947f79190c 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -667,6 +667,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
// document or not.
bool is_loading_;
+ // PlzNavigate
+ // Used to track whether a commit is expected in this frame.
Charlie Reis 2015/04/15 21:54:17 Let's mention that this is only used in tests.
clamy 2015/04/16 13:18:35 Done.
+ 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.

Powered by Google App Engine
This is Rietveld 408576698