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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2661743002: PlzNavigate: Invoke didStartProvisionalLoad() when the renderer initiates a navigation in startLoad( (Closed)
Patch Set: Fix test failures. Created 3 years, 11 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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 43fa72f5c206a07ee2a2c50427234e1946418e41..3ca15a25ae040853c1494cb8531e5bb652aa8dbf 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -92,7 +92,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
HistoryCommitType,
bool contentInitiated) 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