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 a49e22cb23a086b44caac5210f73774164f438ab..a25ee4ea45305ef74ad1669db912c865d14e7f54 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -57,7 +57,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
// Notification that the navigation on the main frame is blocked waiting |
// for transition to occur. |
- virtual void DidDeferAfterResponseStarted() {} |
+ virtual void DidDeferAfterResponseStarted(const GURL& transition_url) {} |
// Used to query whether the navigation transition will be handled. |
virtual bool WillHandleDeferAfterResponseStarted(); |