| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index d30e27b25c257433ed461fa3951c54f8a6ed748d..d8e19cfa0bd7e60c55a25bb1c9b37993b6025b77 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -22,7 +22,7 @@ NSString* const CRNCronetErrorDomain = @"CRNCronetErrorDomain";
|
|
|
| /// Enum of Cronet NSError codes.
|
| NS_ENUM(NSInteger){
|
| - CRNErrorInvalidArgument = 1001,
|
| + CRNErrorInvalidArgument = 1001, CRNErrorUnsupportedConfig = 1002,
|
| };
|
|
|
| /// The corresponding value is a String object that contains the name of
|
|
|