| Index: ios/web/public/test/test_web_state.h
|
| diff --git a/ios/web/public/test/test_web_state.h b/ios/web/public/test/test_web_state.h
|
| index 4b7f139c28783ec1152941500971a99266647124..b47baa97c2b9b520b2fcfc409de8f3cbed0eacb1 100644
|
| --- a/ios/web/public/test/test_web_state.h
|
| +++ b/ios/web/public/test/test_web_state.h
|
| @@ -58,6 +58,7 @@ class TestWebState : public WebState {
|
| CRWWebViewProxyType GetWebViewProxy() const override;
|
| bool IsShowingWebInterstitial() const override;
|
| WebInterstitial* GetWebInterstitial() const override;
|
| + void OnPasswordInputShownOnHttp() override {}
|
|
|
| void AddObserver(WebStateObserver* observer) override;
|
|
|
|
|