| 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..726cbfd88d66349ec7d591f5589392bb03b724e0 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -106,11 +106,6 @@ class GURL;
|
| // shown by the CRWWebController. 0.0 is assumed if not implemented.
|
| - (CGFloat)headerHeightForWebController:(CRWWebController*)webController;
|
|
|
| -// Called when CRWWebController updated the SSL status for the current
|
| -// NagivationItem.
|
| -- (void)webControllerDidUpdateSSLStatusForCurrentNavigationItem:
|
| - (CRWWebController*)webController;
|
| -
|
| // Called when a PassKit file is downloaded. |data| should be the data from a
|
| // PassKit file, but this is not guaranteed, and the delegate is responsible for
|
| // error handling non PassKit data using -[PKPass initWithData:error:]. If the
|
|
|