| 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 8bbb8d8ba5e0eec962f34fec87a64501e151ee31..dd5d23449268b8042916805aa15e363e9d81437b 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -232,6 +232,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;
|
|
|
|
|