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

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

Issue 1163303003: PlzNavigate: Create the speculative renderer earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes from nako@'s review comments. Created 5 years, 6 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/navigator_impl.h
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
index a1adf41a50dd5a196b1e7a772f696a4a287c93d1..05573a47fc1c9c62a27ebd1e1a002e6f00fe2a9e 100644
--- a/content/browser/frame_host/navigator_impl.h
+++ b/content/browser/frame_host/navigator_impl.h
@@ -116,10 +116,6 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
NavigationController::ReloadType reload_type,
base::TimeTicks navigation_start);
- // PlzNavigate: sends the NavigationRequest for |frame_tree_node| to the
- // network stack so that it can start.
- void BeginNavigation(FrameTreeNode* frame_tree_node);
-
void RecordNavigationMetrics(
const LoadCommittedDetails& details,
const FrameHostMsg_DidCommitProvisionalLoad_Params& params,

Powered by Google App Engine
This is Rietveld 408576698