| 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 ff8ba0229f9104b731d1423a9bc212345eb5eca6..49165ee4bc52fa0822102e7342c79b596a3da2cb 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -226,6 +226,10 @@ class WebStateImpl;
|
| // containing a password field.
|
| - (void)didShowPasswordInputOnHTTP;
|
|
|
| +// Notifies the CRWWebController that the current page is an HTTP page
|
| +// containing a credit card field.
|
| +- (void)didShowCreditCardInputOnHTTP;
|
| +
|
| // Notifies the CRWWebController that it has been hidden.
|
| - (void)wasHidden;
|
|
|
|
|