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

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: Fix build error 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..099193b1ef3a7676076d18a4df535306029bc3b6 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,
+ const blink::WebURLRequest& request) override;
void didReceiveServerRedirectForProvisionalLoad(
blink::WebLocalFrame* frame) override;
void didFailProvisionalLoad(blink::WebLocalFrame* frame,
« no previous file with comments | « no previous file | components/test_runner/web_frame_test_client.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698