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

Unified Diff: ios/web/web_state/ui/crw_web_controller.mm

Issue 2225483002: [ios] Removed CertVerifierBlockAdapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments 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
« no previous file with comments | « ios/web/net/crw_cert_verification_controller_unittest.mm ('k') | net/cert/cert_verify_proc_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_web_controller.mm
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index e2046507fed176da8aab688a0890cdd7440931ab..ab23bd1d78b448d8f3835bdef5b53327d9ce6fc3 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -1280,7 +1280,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
// Caller must reset the delegate before calling.
- (void)close {
_SSLStatusUpdater.reset();
- [_certVerificationController shutDown];
self.nativeProvider = nil;
self.swipeRecognizerProvider = nil;
« no previous file with comments | « ios/web/net/crw_cert_verification_controller_unittest.mm ('k') | net/cert/cert_verify_proc_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698