| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index 52f81d9f348b124dadb47e6dff4b12cc59ea5830..4a29721b2b39f12a7f929987328833a193dc6ad6 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -31,6 +31,10 @@ typedef BOOL (^RequestFilterBlock)(NSURLRequest* request);
|
| GRPC_SUPPORT_EXPORT
|
| @interface Cronet : NSObject
|
|
|
| +// Sets the HTTP Accept-Language header. This method only has any effect before
|
| +// |start| is called.
|
| ++ (void)setAcceptLanguages:(NSString*)acceptLanguages;
|
| +
|
| // Sets whether HTTP/2 should be supported by CronetEngine. This method only has
|
| // any effect before |start| is called.
|
| + (void)setHttp2Enabled:(BOOL)http2Enabled;
|
|
|