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

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

Issue 1048463004: PlzNavigate: track pending commits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved state tracking to RFH 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_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 89b27aeb3460f07138053eae163473e820c47ead..a63108dd23a822acb13e38b36d88b914d7433211 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -664,8 +664,7 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
// Whether a navigation requiring different RenderFrameHosts is pending. This
// is either for cross-site requests or when required for the process type
// (like WebUI).
- // PlzNavigate: |cross_navigation_pending_| is not used for browser-side
- // navigation.
+ // PlzNavigate: not used.
bool cross_navigation_pending_;
// Implemented by the owner of this class. These delegates are installed into

Powered by Google App Engine
This is Rietveld 408576698