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

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: Rebased to tip 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: 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..f918e5f0975d04597b550e2bd2ba39a4cd0ad8e1 100644
--- a/components/test_runner/web_frame_test_client.h
+++ b/components/test_runner/web_frame_test_client.h
@@ -61,7 +61,8 @@ 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::WebLocalFrame* frame,
+ 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