| Index: components/cronet/ios/test/start_cronet.mm
|
| diff --git a/components/cronet/ios/test/start_cronet.mm b/components/cronet/ios/test/start_cronet.mm
|
| index 148fe5333f2101a0e5afe1e14d3f768a5b479f54..ca3a8998edfa2c48100f3ea4c35087c34c634767 100644
|
| --- a/components/cronet/ios/test/start_cronet.mm
|
| +++ b/components/cronet/ios/test/start_cronet.mm
|
| @@ -24,6 +24,7 @@ void StartCronetIfNecessary(int port) {
|
| [Cronet setSslKeyLogFileName:@"SSLKEYLOGFILE"];
|
| [Cronet addQuicHint:@"test.example.com" port:443 altPort:443];
|
| [Cronet enableTestCertVerifierForTesting];
|
| + [Cronet setHttpCacheType:CRNHttpCacheTypeDisabled];
|
| [Cronet start];
|
| }
|
| NSString* rules = base::SysUTF8ToNSString(
|
|
|