| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index f7f6cbe13fc94214cf0095bde6f6cedd5d330432..4a29721b2b39f12a7f929987328833a193dc6ad6 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -51,11 +51,6 @@
|
| // Adds hint that host supports QUIC on altPort. This method only has any effect
|
| // before |start| is called.
|
| + (void)addQuicHint:(NSString*)host port:(int)port altPort:(int)altPort;
|
| -
|
| -// Set experimental Cronet options. Argument is a JSON string; see
|
| -// |URLRequestContextConfig| for more details. This method only has
|
| -// any effect before |start| is called.
|
| -+ (void)setExperimentalOptions:(NSString*)experimentalOptions;
|
|
|
| // Sets the User-Agent request header string to be sent with all requests.
|
| // If |partial| is set to YES, then actual user agent value is based on device
|
|
|