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

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

Issue 2537593002: PlzNavigate: Pass move information along with the response started notification for navigation requ… (Closed)
Patch Set: . Created 4 years 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_handler.cc
diff --git a/content/browser/loader/navigation_resource_handler.cc b/content/browser/loader/navigation_resource_handler.cc
index dc73b854bea71788845ddf9f8114a42eb1427d92..c9e212fdf82d8f97041514da70a62e2c7f4478ef 100644
--- a/content/browser/loader/navigation_resource_handler.cc
+++ b/content/browser/loader/navigation_resource_handler.cc
@@ -129,7 +129,9 @@ bool NavigationResourceHandler::OnResponseStarted(ResourceResponse* response,
}
core_->NotifyResponseStarted(response, writer_.stream()->CreateHandle(),
- ssl_status, std::move(cloned_data));
+ ssl_status, std::move(cloned_data),
+ info->GetGlobalRequestID(), info->IsDownload(),
+ info->is_stream());
// Don't defer stream based requests. This includes requests initiated via
// mime type sniffing, etc.
// TODO(ananta)
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | content/browser/loader/navigation_url_loader_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698