| 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 a320b4577f193d6e2a596a3d038fa892fd46dae8..77fafbd4119afa44b5be309f5b230a54ce18e62d 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -228,6 +228,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;
|
|
|
|
|