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

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

Issue 2661743002: PlzNavigate: Invoke didStartProvisionalLoad() when the renderer initiates a navigation in startLoad( (Closed)
Patch Set: Remove CHECK for redirect chain as the redirects may not be populated for provisional loads for ren… Created 3 years, 10 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: 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 09b2f8d33dc71554ddc5ddb9cc271584f6bf8de3..66543a678075dc78c2c11c6bfdf5ca28cda19c36 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -260,7 +260,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
void dispatchDidHandleOnloadEvents() override {}
void dispatchDidReceiveServerRedirectForProvisionalLoad() override {}
void dispatchWillCommitProvisionalLoad() override {}
- void dispatchDidStartProvisionalLoad() override {}
+ void dispatchDidStartProvisionalLoad(DocumentLoader*) override {}
void dispatchDidReceiveTitle(const String&) override {}
void dispatchDidChangeIcons(IconType) override {}
void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {}

Powered by Google App Engine
This is Rietveld 408576698