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

Unified Diff: components/web_view/frame_apptest.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/frame_apptest.cc
diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
index 40c31bffd6f76e000c7e95324613d64a157a16a2..689bf664fd3459547d304ebda1bc98e97a7d1c17 100644
--- a/components/web_view/frame_apptest.cc
+++ b/components/web_view/frame_apptest.cc
@@ -130,6 +130,7 @@ class TestFrameClient : public mojom::FrameClient {
uint32_t view_id,
mojom::ViewConnectType view_connect_type,
mojo::Array<mojom::FrameDataPtr> frames,
+ int64_t navigation_start_time_ticks,
const OnConnectCallback& callback) override {
connect_count_++;
connect_frames_ = frames.Pass();

Powered by Google App Engine
This is Rietveld 408576698