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

Unified Diff: content/public/test/navigation_simulator.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
« no previous file with comments | « content/public/common/resource_request_body.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index 70ba3197e4e0c81528aeec93a05d91e01fc8b591..06dc98a5bbc368d48f1222afafedd1f0f040cfb3 100644
--- a/content/public/test/navigation_simulator.cc
+++ b/content/public/test/navigation_simulator.cc
@@ -13,6 +13,7 @@
#include "content/public/browser/navigation_throttle.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/browser_side_navigation_policy.h"
+#include "content/public/common/resource_request_body.h"
#include "content/test/test_navigation_url_loader.h"
#include "content/test/test_render_frame_host.h"
#include "net/base/load_flags.h"
@@ -145,7 +146,7 @@ void NavigationSimulator::Start() {
std::vector<GURL>(), base::TimeTicks::Now()));
DCHECK_EQ(handle_, render_frame_host_->navigation_handle());
handle_->WillStartRequest(
- "GET", scoped_refptr<content::ResourceRequestBodyImpl>(), referrer_,
+ "GET", scoped_refptr<content::ResourceRequestBody>(), referrer_,
true /* user_gesture */, transition_, false /* is_external_protocol */,
REQUEST_CONTEXT_TYPE_LOCATION,
blink::WebMixedContentContextType::kNotMixedContent,
« no previous file with comments | « content/public/common/resource_request_body.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698