| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index 52f81d9f348b124dadb47e6dff4b12cc59ea5830..b7687b6e7d59fe84d4b271664cec8fcb2839d0a0 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -48,6 +48,11 @@ GRPC_SUPPORT_EXPORT
|
| // 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
|
| // model, OS version, and |userAgent| argument. For example "Foo/3.0.0.0" is
|
|
|