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

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

Issue 1221083007: PlzNavigate: remove extraneous DidStartLoading IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed issue with navigation in speculative RFH Created 5 years, 5 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 9657e82df1be93dce379d3f726940d8254f97781..7e1f86af5ec0c39e3466b0fb6c456e39829d32c5 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -266,7 +266,7 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
// Returns the speculative RenderFrameHost, or null if there is no speculative
// one.
- RenderFrameHostImpl* speculative_frame_host_for_testing() const {
+ RenderFrameHostImpl* speculative_frame_host() const {
return speculative_render_frame_host_.get();
}

Powered by Google App Engine
This is Rietveld 408576698