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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1983913002: Test to see if we can bring in document data from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebLocalFrameImpl::loadData Created 4 years, 7 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 | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 6ab8b3794e80c5111b99acb545eef2764214b630..4ee4c97623d37d07a7cf478520f153d73c25f198 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -487,7 +487,8 @@ class CONTENT_EXPORT RenderFrameImpl
void willSendSubmitEvent(const blink::WebFormElement& form) override;
void willSubmitForm(const blink::WebFormElement& form) override;
void didCreateDataSource(blink::WebLocalFrame* frame,
- blink::WebDataSource* datasource) override;
+ blink::WebDataSource* datasource,
+ int initiator) override;
void didStartProvisionalLoad(blink::WebLocalFrame* frame,
double triggering_event_time) override;
void didReceiveServerRedirectForProvisionalLoad(
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698