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

Unified Diff: content/browser/frame_host/frame_navigation_entry.cc

Issue 2954343005: Merge ResourceRequestBodyImpl and ResourceRequestBody. (Closed)
Patch Set: Remove comment Created 3 years, 6 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/frame_navigation_entry.cc
diff --git a/content/browser/frame_host/frame_navigation_entry.cc b/content/browser/frame_host/frame_navigation_entry.cc
index 3a46ef6fb06317219ddf6ace5b567b1bf563b6f2..947ee988c9c7c2c5be59e5d08a31f3d606e52ff9 100644
--- a/content/browser/frame_host/frame_navigation_entry.cc
+++ b/content/browser/frame_host/frame_navigation_entry.cc
@@ -97,8 +97,7 @@ void FrameNavigationEntry::SetPageState(const PageState& page_state) {
document_sequence_number_ = exploded_state.top.document_sequence_number;
}
-scoped_refptr<ResourceRequestBodyImpl> FrameNavigationEntry::GetPostData()
- const {
+scoped_refptr<ResourceRequestBody> FrameNavigationEntry::GetPostData() const {
if (method_ != "POST")
return nullptr;
« no previous file with comments | « content/browser/frame_host/frame_navigation_entry.h ('k') | content/browser/frame_host/navigation_entry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698