| Index: ios/web/public/web_state/web_state.h
|
| diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h
|
| index b22b1878aa936361df66b5f8ed6e1979f7a94d0d..c6d362d02e3dcb6a38b11f433b1dcda114a05a80 100644
|
| --- a/ios/web/public/web_state/web_state.h
|
| +++ b/ios/web/public/web_state/web_state.h
|
| @@ -197,9 +197,6 @@ class WebState : public base::SupportsUserData {
|
| // Returns the currently visible WebInterstitial if one is shown.
|
| virtual WebInterstitial* GetWebInterstitial() const = 0;
|
|
|
| - // Returns the unique ID to use with web::CertStore.
|
| - virtual int GetCertGroupId() const = 0;
|
| -
|
| // Callback used to handle script commands.
|
| // The callback must return true if the command was handled, and false
|
| // otherwise.
|
|
|