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

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

Issue 2937523002: add setter for enable_pkp_bypass_etc (Closed)
Patch Set: add small todo 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') | no next file with comments »
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..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
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698