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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.cpp

Issue 2449553002: Remove dead DocumentState metrics tracking code (Closed)
Patch Set: fix tests Created 4 years, 1 month 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: third_party/WebKit/Source/core/loader/FrameLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
index 958f6fb1fe23612787e48a8b5ea5194b40b9d39c..166b7b71a310f88e690c89cef691c1fc619b8c08 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
@@ -1677,11 +1677,7 @@ void FrameLoader::startLoad(FrameLoadRequest& frameLoadRequest,
m_progressTracker->progressStarted();
m_provisionalDocumentLoader->appendRedirect(
m_provisionalDocumentLoader->request().url());
- double triggeringEventTime =
- frameLoadRequest.triggeringEvent()
- ? frameLoadRequest.triggeringEvent()->platformTimeStamp()
- : 0;
- client()->dispatchDidStartProvisionalLoad(triggeringEventTime);
+ client()->dispatchDidStartProvisionalLoad();
DCHECK(m_provisionalDocumentLoader);
m_provisionalDocumentLoader->startLoadingMainResource();
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698