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

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

Issue 435833002: Navigation transitions: Plumb data from the outgoing renderer to the incoming renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Testfix Created 6 years, 4 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_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index 7f6897138912c3be339cd35303650f0432568470..40af1dba20c272427e2dc4af89622628cd87094e 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -30,6 +30,7 @@ class RenderFrameHost;
class WebContents;
struct AXEventNotificationDetails;
struct ContextMenuParams;
+struct TransitionLayerData;
// An interface implemented by an object interested in knowing about the state
// of the RenderFrameHost.
@@ -68,8 +69,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
// Notification that the navigation on the main frame is blocked waiting
// for transition to occur.
virtual void DidDeferAfterResponseStarted(
- const scoped_refptr<net::HttpResponseHeaders>& headers,
- const GURL& url) {}
+ const TransitionLayerData& transition_data) {}
// Used to query whether the navigation transition will be handled.
virtual bool WillHandleDeferAfterResponseStarted();
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698