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

Unified Diff: content/browser/loader/navigation_resource_throttle.cc

Issue 2038813003: Making ResourceRequestBody part of //content's public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/loader/navigation_resource_throttle.cc
diff --git a/content/browser/loader/navigation_resource_throttle.cc b/content/browser/loader/navigation_resource_throttle.cc
index ac286d73c773e2ddce30ca287a0c589fd7eb9d76..6a7cf57c5acc3e57ec8a6d4a1bd29bf88808a6b6 100644
--- a/content/browser/loader/navigation_resource_throttle.cc
+++ b/content/browser/loader/navigation_resource_throttle.cc
@@ -46,7 +46,8 @@ void CheckWillStartRequestOnUIThread(
int render_process_id,
int render_frame_host_id,
const std::string& method,
- const scoped_refptr<content::ResourceRequestBody>& resource_request_body,
+ const scoped_refptr<content::ResourceRequestBodyImpl>&
+ resource_request_body,
const Referrer& sanitized_referrer,
bool has_user_gesture,
ui::PageTransition transition,

Powered by Google App Engine
This is Rietveld 408576698