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