| Index: components/cronet/ios/Cronet.mm
|
| diff --git a/components/cronet/ios/Cronet.mm b/components/cronet/ios/Cronet.mm
|
| index 987e02b3c6c391d33ec8bdbefc54c4ee5f7b714e..ca2bfd9c2fc0771f5113d666539660e5237eb93a 100644
|
| --- a/components/cronet/ios/Cronet.mm
|
| +++ b/components/cronet/ios/Cronet.mm
|
| @@ -121,4 +121,10 @@ NSString* gSslKeyLogFileName = nil;
|
| return nil;
|
| }
|
|
|
| +// This is a non-public dummy method that prevents the linker from stripping out
|
| +// the otherwise non-referenced methods from 'cronet_bidirectional_stream.cc'.
|
| ++ (void)preventStrippingCronetBidirectionalStream {
|
| + cronet_bidirectional_stream_create(NULL, 0, 0);
|
| +}
|
| +
|
| @end
|
|
|