Chromium Code Reviews| 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..0d7c47fd30e49e179bba84ed0a5e2864ac006040 100644 |
| --- a/ios/web/web_state/ui/crw_web_controller.h |
| +++ b/ios/web/web_state/ui/crw_web_controller.h |
| @@ -232,6 +232,8 @@ class WebStateImpl; |
| // Notifies the CRWWebController that it has been shown. |
| - (void)wasShown; |
| +- (void)didShowSensitiveInputOnHttp; |
|
lgarron
2016/11/29 03:48:49
Is this the appropriate way to adapt OnSensitiveIn
Eugene But (OOO till 7-30)
2016/11/30 17:58:41
Please add comments.
Eugene But (OOO till 7-30)
2016/11/30 17:58:41
The naming pattern is correct. Please use all caps
lgarron
2016/12/02 01:21:52
Done.
|
| + |
| // Notifies the CRWWebController that it has been hidden. |
| - (void)wasHidden; |