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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 8dc6b1980bce8e7cc2764a57aeb5388eb3a97598..0e3347e43b275b35970c5c3afe0dd84275d03559 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -258,7 +258,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
void dispatchDidHandleOnloadEvents() override {}
void dispatchDidReceiveServerRedirectForProvisionalLoad() override {}
void dispatchWillCommitProvisionalLoad() override {}
- void dispatchDidStartProvisionalLoad(double triggeringEventTime) override {}
+ void dispatchDidStartProvisionalLoad() override {}
void dispatchDidReceiveTitle(const String&) override {}
void dispatchDidChangeIcons(IconType) override {}
void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {}
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698