| 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..4f47c85a959790e87e0bff06433d0e1b80e3380f 100644
 | 
| --- a/ios/web/web_state/web_state_impl.h
 | 
| +++ b/ios/web/web_state/web_state_impl.h
 | 
| @@ -243,6 +243,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
 | 
|    void ShowTransientContentView(CRWContentView* content_view) override;
 | 
|    bool IsShowingWebInterstitial() const override;
 | 
|    WebInterstitial* GetWebInterstitial() const override;
 | 
| +  void OnPasswordInputShownOnHttp() override;
 | 
|    void AddScriptCommandCallback(const ScriptCommandCallback& callback,
 | 
|                                  const std::string& command_prefix) override;
 | 
|    void RemoveScriptCommandCallback(const std::string& command_prefix) override;
 | 
| 
 |