Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: components/cronet/ios/Cronet.h

Issue 2937523002: add setter for enable_pkp_bypass_etc (Closed)
Patch Set: add tests for pkpbypass, make disabling it mandatory Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.mm » ('j') | components/cronet/ios/Cronet.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.mm » ('j') | components/cronet/ios/Cronet.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698