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

Unified Diff: content/browser/frame_host/navigator_impl.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/frame_host/navigator_impl.cc
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
index 127301c0c9df1d435a4274ac842e0b9e0350fcea..bae6224b0b96d2aafa6fd4e3cb45db2554a667b6 100644
--- a/content/browser/frame_host/navigator_impl.cc
+++ b/content/browser/frame_host/navigator_impl.cc
@@ -255,16 +255,8 @@
delegate_->NotifyChangedNavigationState(content::INVALIDATE_TYPE_URL);
}
- if (delegate_ && is_transition_navigation) {
- TransitionLayerData transition_data;
- TransitionRequestManager::GetInstance()->GetPendingTransitionRequest(
- render_frame_host->GetProcess()->GetID(),
- render_frame_host->GetRoutingID(),
- validated_url,
- &transition_data);
- delegate_->DidStartNavigationTransition(render_frame_host,
- transition_data);
- }
+ if (delegate_ && is_transition_navigation)
+ delegate_->DidStartNavigationTransition(render_frame_host);
}
if (delegate_) {
« no previous file with comments | « content/browser/frame_host/navigator_delegate.h ('k') | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698