| 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 2be85fc969a46226087d14c075d3b6405a1accf8..31a8334b2fd7058fd265d916291e7c262fb3648a 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -95,11 +95,6 @@ class GURL;
|
| // or nil otherwise.
|
| - (id<CRWNativeContent>)controllerForUnhandledContentAtURL:(const GURL&)url;
|
|
|
| -// Called when CRWWebController did suppress a dialog (JavaScript, HTTP
|
| -// authentication or window.open).
|
| -// NOTE: Called only if CRWWebController.shouldSuppressDialogs is set to YES.
|
| -- (void)webControllerDidSuppressDialog:(CRWWebController*)webController;
|
| -
|
| // Called to retrieve the height of any header that is overlaying on top of the
|
| // web view. This can be used to implement, for e.g. a toolbar that changes
|
| // height dynamically. Returning a non-zero height affects the visible frame
|
|
|