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

Unified Diff: content/browser/frame_host/interstitial_page_navigator_impl.h

Issue 1907443006: PlzNavigate: store POST data in the FrameNavigationEntry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/browser/frame_host/interstitial_page_navigator_impl.h
diff --git a/content/browser/frame_host/interstitial_page_navigator_impl.h b/content/browser/frame_host/interstitial_page_navigator_impl.h
index 0ee1be049766ff61971537f4e635f5fe89c86503..41bb76929cd96c264ad04c4ffd46b95d871a7f79 100644
--- a/content/browser/frame_host/interstitial_page_navigator_impl.h
+++ b/content/browser/frame_host/interstitial_page_navigator_impl.h
@@ -25,9 +25,10 @@ class CONTENT_EXPORT InterstitialPageNavigatorImpl : public Navigator {
NavigatorDelegate* GetDelegate() override;
NavigationController* GetController() override;
- void DidNavigate(RenderFrameHostImpl* render_frame_host,
- const FrameHostMsg_DidCommitProvisionalLoad_Params&
- input_params) override;
+ void DidNavigate(
+ RenderFrameHostImpl* render_frame_host,
+ const FrameHostMsg_DidCommitProvisionalLoad_Params& input_params,
+ scoped_refptr<ResourceRequestBody> post_data) override;
private:
~InterstitialPageNavigatorImpl() override {}

Powered by Google App Engine
This is Rietveld 408576698