| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index ed51f75f976da0aaa5eb9de551916385e3579eb3..df0ac5ad56b3d671eb4aef31cf19eac8c5bf4b2e 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -240,7 +240,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| // This method is invoked when the request is deferred immediately after
|
| // receiving response headers.
|
| - void DidDeferAfterResponseStarted();
|
| + void DidDeferAfterResponseStarted(
|
| + const TransitionLayerData& transition_layer_data);
|
|
|
| // This method is invoked when a navigation transition is detected, to
|
| // determine if the embedder intends to handle it.
|
|
|