| Index: ios/web/public/web_state/ui/crw_web_delegate.h
|
| diff --git a/ios/web/public/web_state/ui/crw_web_delegate.h b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| index 3fa7d1cbe519c967f6446d10470746f8ce600638..4335b21fce1a04314e178e424ce662d304d55863 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -69,9 +69,9 @@ class GURL;
|
| wasInitialNavigation:(BOOL)initialNavigation;
|
| // Called from finishHistoryNavigationFromEntry.
|
| // TODO(crbug.com/692331): Remove this method and use |DidFinishNavigation|.
|
| -- (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry;
|
| -// ---------------------------------------------------------------------
|
| +- (void)webWillFinishHistoryNavigation;
|
|
|
| +// ---------------------------------------------------------------------
|
| // Called when |webController| wants to open a new window. |URL| is the URL of
|
| // the new window; |openerURL| is the URL of the page which requested a window
|
| // to be open; |initiatedByUser| is YES if action was caused by the user.
|
|
|