| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index 5c867a640fa264573ad5094ea7568f7fff70314f..47c4abd7bbf57700dad0a6b57f07011955df2f3e 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;
|
|
|