| 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 1e0c82fcf89041eda3732e32552aba9de70a3e6d..384160b94c4661947b46f278286f8008e6446f26 100644
 | 
| --- a/ios/web/web_state/ui/crw_web_controller.h
 | 
| +++ b/ios/web/web_state/ui/crw_web_controller.h
 | 
| @@ -225,6 +225,10 @@ class WebStateImpl;
 | 
|  // Notifies the CRWWebController that it has been shown.
 | 
|  - (void)wasShown;
 | 
|  
 | 
| +// Notifies the CRWWebController that the current page is an HTTP page
 | 
| +// containing a password field.
 | 
| +- (void)didShowPasswordInputOnHTTP;
 | 
| +
 | 
|  // Notifies the CRWWebController that it has been hidden.
 | 
|  - (void)wasHidden;
 | 
|  
 | 
| 
 |