| Index: ios/web/web_state/web_state_impl.h
|
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
|
| index d75eb41e4ad083160e82e18bb5e2cb0b2d43fe28..e75e4879aa1599cd9b6c632a68322519bb703cb3 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -147,6 +147,8 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| // Called when the page sends a notification that the user failed to sign in.
|
| void OnSignInFailed(int request_id, const GURL& source_url);
|
|
|
| + void OnSensitiveInputShownOnHttp();
|
| +
|
| // Returns the NavigationManager for this WebState.
|
| const NavigationManagerImpl& GetNavigationManagerImpl() const;
|
| NavigationManagerImpl& GetNavigationManagerImpl();
|
|
|