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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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
Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 6033220af44ccb8daaa8b79dbb2a503327e64f2b..b73327e064874da609225a3a3d4fc16ec10aa7a1 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -96,7 +96,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
HistoryCommitType,
bool contentInitiated) 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 | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698