| Index: ios/web/public/test/fakes/test_web_state.h
|
| diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
|
| index 63003a3990f391cf8459acd101254b7f45ed2b4c..5196c65fa4ab4ccdbc3d09c40f4e60b73ccd5b82 100644
|
| --- a/ios/web/public/test/fakes/test_web_state.h
|
| +++ b/ios/web/public/test/fakes/test_web_state.h
|
| @@ -61,6 +61,7 @@ class TestWebState : public WebState {
|
| bool IsShowingWebInterstitial() const override;
|
| WebInterstitial* GetWebInterstitial() const override;
|
| void OnPasswordInputShownOnHttp() override {}
|
| + void OnCreditCardInputShownOnHttp() override {}
|
|
|
| void AddObserver(WebStateObserver* observer) override;
|
|
|
|
|