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

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

Issue 378743002: Navigation transitions: Place transition page in same process as destination page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 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();

Powered by Google App Engine
This is Rietveld 408576698