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

Unified Diff: content/renderer/render_view_impl.cc

Issue 1002803002: Classify navigations without page id in parallel to the existing classifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit tests Created 5 years, 9 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/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 0a8ce9b6810f12a908f87072da12acc1746e1f7c..6e3237af57bc66db3c16c914c492b2e543af0889 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2272,6 +2272,7 @@ NavigationState* RenderViewImpl::CreateNavigationStateFromPending() {
url::kJavaScriptScheme)) {
navigation_state = NavigationState::CreateBrowserInitiated(
pending_navigation_params_->history_params.page_id,
+ pending_navigation_params_->history_params.nav_entry_id,
pending_navigation_params_->history_params.pending_history_list_offset,
pending_navigation_params_->history_params.should_clear_history_list,
pending_navigation_params_->common_params.transition);

Powered by Google App Engine
This is Rietveld 408576698