| 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;
|
|
|
|
|