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

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

Issue 2741313002: Renamed WasWithinSamePage to WasWithinSameDocument. (Closed)
Patch Set: Even moar fixes Created 3 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/browser/loader/resource_scheduler_filter.cc
diff --git a/content/browser/loader/resource_scheduler_filter.cc b/content/browser/loader/resource_scheduler_filter.cc
index 71719eec59014d0be0d9223a1da6d71aabbbbc0c..3d970572b7267245bb9c070f6de52bc51862190c 100644
--- a/content/browser/loader/resource_scheduler_filter.cc
+++ b/content/browser/loader/resource_scheduler_filter.cc
@@ -36,7 +36,7 @@ void ResourceSchedulerFilter::OnDidCommitProvisionalLoad(
// propagate OnNavigate to the client associated with the OOPIF's RVH. This
// should not result in show-stopping bugs, just poorer loading performance.
if (ui::PageTransitionIsMainFrame(params.transition) &&
- !params.was_within_same_page) {
+ !params.was_within_same_document) {
scheduler->OnNavigate(child_id_, params.render_view_routing_id);
}
}

Powered by Google App Engine
This is Rietveld 408576698