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