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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 years, 3 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/cert_store_impl.cc ('k') | ios/web/net/crw_ssl_status_updater.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/crw_ssl_status_updater.h
diff --git a/ios/web/net/crw_ssl_status_updater.h b/ios/web/net/crw_ssl_status_updater.h
index 9a37c7953ab2beafcb56c659e8de6add252a4ce3..ccf016e9edb20f1150dcd19097ea1d6e78226654 100644
--- a/ios/web/net/crw_ssl_status_updater.h
+++ b/ios/web/net/crw_ssl_status_updater.h
@@ -28,11 +28,10 @@ class NavigationManager;
// Initializes CRWSSLStatusUpdater. |navManager| can not be null, will be stored
// as a weak pointer and must outlive updater. |dataSource| can not be nil, will
-// be stored as a weak reference and must outlive updater. |certGroupID| will be
-// used for accessing web::CertStore.
+// be stored as a weak reference and must outlive updater.
- (instancetype)initWithDataSource:(id<CRWSSLStatusUpdaterDataSource>)dataSource
navigationManager:(web::NavigationManager*)navigationManager
- certGroupID:(int)certGroupID NS_DESIGNATED_INITIALIZER;
+ NS_DESIGNATED_INITIALIZER;
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « ios/web/net/cert_store_impl.cc ('k') | ios/web/net/crw_ssl_status_updater.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698