| Index: ios/web/web_state/ui/crw_web_controller.h
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
|
| index f48197c6f1324c56bcd34b99e44639e4ee3aba62..14a06dc1e8d767355abfacc7ea3f39458dc4a6b0 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -238,11 +238,6 @@ class WebStateImpl;
|
| // complete it will be handled internally.
|
| - (void)restoreStateFromHistory;
|
|
|
| -// Asynchronously checks whether the element at the location of
|
| -// |gestureRecognizer| is a link.
|
| -- (void)checkLinkPresenceUnderGesture:(UIGestureRecognizer*)gestureRecognizer
|
| - completionHandler:(void (^)(BOOL))completionHandler;
|
| -
|
| // Notifies the CRWWebController that it has been shown.
|
| - (void)wasShown;
|
|
|
|
|