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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 1144463003: Remove Navigation Transitions from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed TransitionPageHelper. Created 5 years, 7 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/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 1c77b3eb3f48401f1237148a3056478ffe0c4438..af88aa5ccf2674c3b2dab2213a7483dde36e62a7 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -289,19 +289,6 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
ui::PageTransition page_transition,
bool should_replace_current_entry);
- // Received a response from CrossSiteResourceHandler. If the navigation
- // specifies a transition, this is called and the navigation will not resume
- // until ResumeResponseDeferredAtStart.
- void OnDeferredAfterResponseStarted(
- const GlobalRequestID& global_request_id,
- RenderFrameHostImpl* pending_render_frame_host);
-
- // Resume navigation paused after receiving response headers.
- void ResumeResponseDeferredAtStart();
-
- // Clear navigation transition data.
- void ClearNavigationTransitionData();
-
// Called when a renderer's frame navigates.
void DidNavigateFrame(RenderFrameHostImpl* render_frame_host,
bool was_caused_by_user_gesture);
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698