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

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

Issue 689123003: Revert of Navigation transitions (web to native app): Pass data after starting provisional load ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/cross_site_resource_handler.cc
diff --git a/content/browser/loader/cross_site_resource_handler.cc b/content/browser/loader/cross_site_resource_handler.cc
index 2ec5ee569346113672a1efb5e98b3df41b69188c..596cf629f732fbb44ac7cce896a1d42d0317a1f5 100644
--- a/content/browser/loader/cross_site_resource_handler.cc
+++ b/content/browser/loader/cross_site_resource_handler.cc
@@ -150,7 +150,7 @@
TransitionLayerData transition_data;
bool is_navigation_transition =
- TransitionRequestManager::GetInstance()->GetPendingTransitionRequest(
+ TransitionRequestManager::GetInstance()->HasPendingTransitionRequest(
info->GetChildID(), info->GetRenderFrameID(), request()->url(),
&transition_data);
« no previous file with comments | « content/browser/frame_host/navigator_impl.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698