| Index: ios/web/net/clients/crw_redirect_network_client_factory.mm
|
| diff --git a/ios/web/net/clients/crw_redirect_network_client_factory.mm b/ios/web/net/clients/crw_redirect_network_client_factory.mm
|
| index d3ac5da475b913faa65cf230965c4d7749549891..3ad439bb482835d0e64698a8ca9a153bab6bc26f 100644
|
| --- a/ios/web/net/clients/crw_redirect_network_client_factory.mm
|
| +++ b/ios/web/net/clients/crw_redirect_network_client_factory.mm
|
| @@ -21,11 +21,6 @@
|
|
|
| @implementation CRWRedirectNetworkClientFactory
|
|
|
| -- (instancetype)init {
|
| - NOTREACHED();
|
| - return nil;
|
| -}
|
| -
|
| - (instancetype)initWithDelegate:(id<CRWRedirectClientDelegate>)delegate {
|
| self = [super init];
|
| if (self) {
|
| @@ -36,6 +31,11 @@
|
| return self;
|
| }
|
|
|
| +- (instancetype)init {
|
| + NOTREACHED();
|
| + return nil;
|
| +}
|
| +
|
| #pragma mark - CRNForwardingNetworkClientFactory
|
|
|
| - (Class)clientClass {
|
|
|