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

Unified Diff: content/renderer/render_view_impl.cc

Issue 872473003: PlzNavigate: Remove the RequestNavigation IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits + fix compilation error Created 5 years, 10 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/renderer/render_view_browsertest.cc ('k') | content/test/test_navigation_url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 4ad9e661e960de6a2ff088f269b03d8c102dbc37..e27e5c4bc97039f5e3f60a7d1129ddfd61e5b163 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2306,7 +2306,7 @@ NavigationState* RenderViewImpl::CreateNavigationStateFromPending() {
navigation_state->set_transferred_request_request_id(
params.transferred_request_request_id);
navigation_state->set_allow_download(params.common_params.allow_download);
- navigation_state->set_extra_headers(params.request_params.extra_headers);
+ navigation_state->set_extra_headers(params.extra_headers);
} else {
navigation_state = NavigationState::CreateContentInitiated();
}
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/test/test_navigation_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698