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

Unified Diff: content/shell/test_runner/web_frame_test_client.h

Issue 2781723007: Plumb initiator out of Blink. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | content/shell/test_runner/web_frame_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_frame_test_client.h
diff --git a/content/shell/test_runner/web_frame_test_client.h b/content/shell/test_runner/web_frame_test_client.h
index fe92fe1072b903cef95ff11a2c789a9c7cf7100d..5322002bab93d71667bae1bc525dba150f079dcb 100644
--- a/content/shell/test_runner/web_frame_test_client.h
+++ b/content/shell/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::WebDataSource* data_source,
+ void didStartProvisionalLoad(blink::WebLocalFrame* initiator_url,
+ blink::WebDataSource* data_source,
blink::WebURLRequest& request) override;
void didReceiveServerRedirectForProvisionalLoad(
blink::WebLocalFrame* frame) override;
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | content/shell/test_runner/web_frame_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698