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

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

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
« no previous file with comments | « content/browser/frame_host/navigation_request_info.h ('k') | content/browser/frame_host/navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigator.h
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
index c21d28620726a0a92644590e3f1d6a33221e839f..76148e6e58fd251181dc524d2c13b3c3185399a6 100644
--- a/content/browser/frame_host/navigator.h
+++ b/content/browser/frame_host/navigator.h
@@ -28,7 +28,7 @@ class FrameNavigationEntry;
class FrameTreeNode;
class NavigationRequest;
class RenderFrameHostImpl;
-class ResourceRequestBodyImpl;
+class ResourceRequestBody;
struct BeginNavigationParams;
struct CommonNavigationParams;
@@ -118,7 +118,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
RenderFrameHostImpl* render_frame_host,
const GURL& url,
bool uses_post,
- const scoped_refptr<ResourceRequestBodyImpl>& body,
+ const scoped_refptr<ResourceRequestBody>& body,
const std::string& extra_headers,
const Referrer& referrer,
WindowOpenDisposition disposition,
@@ -141,7 +141,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
const GlobalRequestID& transferred_global_request_id,
bool should_replace_current_entry,
const std::string& method,
- scoped_refptr<ResourceRequestBodyImpl> post_body,
+ scoped_refptr<ResourceRequestBody> post_body,
const std::string& extra_headers) {}
// PlzNavigate
« no previous file with comments | « content/browser/frame_host/navigation_request_info.h ('k') | content/browser/frame_host/navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698