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

Unified Diff: ios/net/crn_http_protocol_handler.h

Issue 2856693002: Cronet iOS: Delete CRNPauseableHTTPProtocolHandler (Closed)
Patch Set: Created 3 years, 8 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 | « ios/crnet/crnet_environment.mm ('k') | ios/net/crn_http_protocol_handler.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/crn_http_protocol_handler.h
diff --git a/ios/net/crn_http_protocol_handler.h b/ios/net/crn_http_protocol_handler.h
index bdd4a2c13e443b72446dbedb273d7d5fabb267ec..42470904104c51cf2572b1e2c9154ee233645213 100644
--- a/ios/net/crn_http_protocol_handler.h
+++ b/ios/net/crn_http_protocol_handler.h
@@ -40,13 +40,4 @@ class HTTPProtocolHandlerDelegate {
@interface CRNHTTPProtocolHandler : NSURLProtocol
@end
-// Custom NSURLProtocol handling HTTP and HTTPS requests.
-// The HttpProtocolHandler is registered as a NSURLProtocol in the iOS system.
-// This protocol is called for each NSURLRequest. This allows handling the
-// requests issued by UIWebView using our own network stack. This protocol
-// handler implements iOS 8 NSURLProtocol pause/resume semantics, in which
-// |startLoading| means "start or resume" and |stopLoading| means "pause".
-@interface CRNPauseableHTTPProtocolHandler : CRNHTTPProtocolHandler
-@end
-
#endif // IOS_NET_CRN_HTTP_PROTOCOL_HANDLER_H_
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | ios/net/crn_http_protocol_handler.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698