Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: ios/web/net/crw_cert_verification_controller.h

Issue 2225483002: [ios] Removed CertVerifierBlockAdapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated includes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698