| Index: ios/web/web_state/web_state_impl.mm
|
| diff --git a/ios/web/web_state/web_state_impl.mm b/ios/web/web_state/web_state_impl.mm
|
| index 2be723464c9b10db360e5099e61e6be65c25390e..289dfb1636ad515be2673ffd55a72663908415ba 100644
|
| --- a/ios/web/web_state/web_state_impl.mm
|
| +++ b/ios/web/web_state/web_state_impl.mm
|
| @@ -288,6 +288,10 @@ void WebStateImpl::OnSignInFailed(int request_id, const GURL& source_url) {
|
| observer.SignInFailed(request_id, source_url);
|
| }
|
|
|
| +void WebStateImpl::OnSensitiveInputShownOnHttp() {
|
| + [web_controller_ didShowSensitiveInputOnHttp];
|
| +}
|
| +
|
| void WebStateImpl::OnDocumentSubmitted(const std::string& form_name,
|
| bool user_initiated) {
|
| for (auto& observer : observers_)
|
|
|