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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2356093002: Move navigation specific logic in wilSendRequest to a separate method
Patch Set: Created 4 years, 3 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 30d6ffac137a2efcb6cbd6f4ae5f6bc46bc2c856..5baf100a4b7d3e8a8967ae66d733499892a8eb0e 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -150,6 +150,7 @@ class RenderViewImpl;
class RenderWidget;
class RenderWidgetFullscreenPepper;
class ResourceRequestBodyImpl;
+class RequestExtraData;
class ScreenOrientationDispatcher;
class UserMediaClientImpl;
class WakeLockDispatcher;
@@ -756,6 +757,11 @@ class CONTENT_EXPORT RenderFrameImpl
bool IsLocalRoot() const;
+ void WillSendNavigationRequest(blink::WebLocalFrame* frame,
+ blink::WebURLRequest& request,
+ blink::WebDataSource* data_source,
+ RequestExtraData* new_extra_data);
+
// Builds and sends DidCommitProvisionalLoad to the host.
void SendDidCommitProvisionalLoad(blink::WebFrame* frame,
blink::WebHistoryCommitType commit_type,
« 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