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

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

Issue 387703004: Navigation transitions: Parse out transition-entering-stylesheet link headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests on java side 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 4d53936c113471097272f1a2bf54cc42ce78bd80..85bfd44fb508c902304739cdbc605c8cc296e517 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -21,6 +21,7 @@ namespace content {
class RenderFrameHost;
class WebContents;
struct ContextMenuParams;
+struct TransitionLayerData;
// An interface implemented by an object interested in knowing about the state
// of the RenderFrameHost.
@@ -58,7 +59,8 @@ 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 TransitionLayerData& transition_layer_data) {}
// Used to query whether the navigation transition will be handled.
virtual bool WillHandleDeferAfterResponseStarted();

Powered by Google App Engine
This is Rietveld 408576698