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

Unified Diff: components/test_runner/web_frame_test_client.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: components/test_runner/web_frame_test_client.h
diff --git a/components/test_runner/web_frame_test_client.h b/components/test_runner/web_frame_test_client.h
index 27cb35a42391cdbb098934ddb9f723c5a1cb009c..68dc7f7c6097bac569a71c0b9f69654f00dc7f19 100644
--- a/components/test_runner/web_frame_test_client.h
+++ b/components/test_runner/web_frame_test_client.h
@@ -61,7 +61,7 @@ class WebFrameTestClient : public blink::WebFrameClient {
const blink::WebString& suggested_name,
bool replaces_current_history_item) override;
void loadErrorPage(int reason) override;
- void didStartProvisionalLoad(blink::WebLocalFrame* frame) override;
+ void didStartProvisionalLoad(blink::WebDataSource* data_source) override;
void didReceiveServerRedirectForProvisionalLoad(
blink::WebLocalFrame* frame) override;
void didFailProvisionalLoad(blink::WebLocalFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698