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

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

Issue 2956973002: [Cronet] Export NSError constants instead of defining them in Cronet.h (Closed)
Patch Set: 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 | « components/cronet/ios/Cronet.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/Cronet.mm
diff --git a/components/cronet/ios/Cronet.mm b/components/cronet/ios/Cronet.mm
index 489b70c3a1d53ea425d88d94682f753b523930a7..9c827d2c936cc2fcc0cf0bb636bba44e3973ca24 100644
--- a/components/cronet/ios/Cronet.mm
+++ b/components/cronet/ios/Cronet.mm
@@ -22,6 +22,10 @@
#include "net/cert/cert_verifier.h"
#include "net/url_request/url_request_context_getter.h"
+// Cronet NSError constants.
+NSString* const CRNCronetErrorDomain = @"CRNCronetErrorDomain";
+NSString* const CRNInvalidArgumentKey = @"CRNInvalidArgumentKey";
+
namespace {
class CronetHttpProtocolHandlerDelegate;
« no previous file with comments | « components/cronet/ios/Cronet.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698