| 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 5f01b93dfb94348bd19014b9d5001b7a83719afa..e511ffd1d134604450890c3e51b89bf05da18d4d 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -244,6 +244,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;
|
|
|