Chromium Code Reviews| Index: components/cronet/ios/Cronet.h |
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h |
| index d30e27b25c257433ed461fa3951c54f8a6ed748d..8ea5f6b357533cf99b8a19801fa4d32d374544f6 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, CRNErrorIncoherentConfig = 1002, |
|
kapishnikov
2017/06/28 03:42:32
I am not sure the word "Incoherent" is appropriate
lilyhoughton
2017/06/28 14:38:50
Done.
|
| }; |
| /// The corresponding value is a String object that contains the name of |