| Index: ios/web/net/crw_cert_verification_controller.h
|
| diff --git a/ios/web/net/crw_cert_verification_controller.h b/ios/web/net/crw_cert_verification_controller.h
|
| index 467ec7c0ccf6e8d2688a82bb15e1f8beea8719be..7855b4dfeb11c5eaf898bf8602ff445f26f5c394 100644
|
| --- a/ios/web/net/crw_cert_verification_controller.h
|
| +++ b/ios/web/net/crw_cert_verification_controller.h
|
| @@ -89,10 +89,6 @@ typedef void (^StatusQueryHandler)(web::SecurityStyle, net::CertStatus);
|
| forHost:(NSString*)host
|
| status:(net::CertStatus)status;
|
|
|
| -// Invalidates CRWCertVerificationController. Must always be called before
|
| -// object's deallocation.
|
| -- (void)shutDown;
|
| -
|
| @end
|
|
|
| #endif // IOS_WEB_NET_CRW_CERT_VERIFICATION_CONTROLLER_H_
|
|
|