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

Unified Diff: components/web_view/web_view_impl.cc

Issue 1391963004: Correctly record and pass around navigation start time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: components/web_view/web_view_impl.cc
diff --git a/components/web_view/web_view_impl.cc b/components/web_view/web_view_impl.cc
index 3320733e73bdd0b5c1ef705f9862570eb1465591..cb0078aef4883356eaa5c9823d2ec21be6c4a6a2 100644
--- a/components/web_view/web_view_impl.cc
+++ b/components/web_view/web_view_impl.cc
@@ -99,7 +99,8 @@ void WebViewImpl::OnLoad(const GURL& pending_url) {
const uint32_t content_handler_id = frame_connection->GetContentHandlerID();
frame_tree_.reset(new FrameTree(content_handler_id, content_,
view_tree_client.Pass(), this, frame_client,
- frame_connection.Pass(), client_properties));
+ frame_connection.Pass(), client_properties,
+ pending_load->navigation_start_time()));
}
void WebViewImpl::PreOrderDepthFirstTraverseTree(Frame* node,
« no previous file with comments | « components/web_view/url_request_cloneable.cc ('k') | mojo/services/network/public/interfaces/url_loader.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698