| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index 4a29721b2b39f12a7f929987328833a193dc6ad6..f7f6cbe13fc94214cf0095bde6f6cedd5d330432 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -52,6 +52,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
|
|
|