| Index: components/cronet/ios/Cronet.mm
|
| diff --git a/components/cronet/ios/Cronet.mm b/components/cronet/ios/Cronet.mm
|
| index 1fd0c3d99e0d12635e12cd4058532fee2b54c16f..9b2812fb9ca90cb7e447ce0d7c75071f6e633782 100644
|
| --- a/components/cronet/ios/Cronet.mm
|
| +++ b/components/cronet/ios/Cronet.mm
|
| @@ -129,7 +129,8 @@ class CronetHttpProtocolHandlerDelegate
|
| }
|
|
|
| + (void)checkNotStarted {
|
| - CHECK(gChromeNet == NULL) << "Cronet is already started.";
|
| + // Cronet is already started.
|
| + CHECK(gChromeNet == NULL);
|
| }
|
|
|
| + (void)setHttp2Enabled:(BOOL)http2Enabled {
|
|
|