| 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 02838901af6a0741c8798fa99787096c081fd433..87a3982136dcf69a373ca33362066ff9a54d3c75 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.
|
|
|