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

Unified Diff: ios/chrome/app/startup/network_stack_setup.h

Issue 2627723005: Remove support for custom NSURLProtocol. (Closed)
Patch Set: Created 3 years, 11 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/chrome/app/main_controller.mm ('k') | ios/chrome/app/startup/network_stack_setup.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/startup/network_stack_setup.h
diff --git a/ios/chrome/app/startup/network_stack_setup.h b/ios/chrome/app/startup/network_stack_setup.h
index 8bdfbe0c7160f24686c0c3daaa570584a3fba121..013b9d8079d44248278067b587288b9fee668bc2 100644
--- a/ios/chrome/app/startup/network_stack_setup.h
+++ b/ios/chrome/app/startup/network_stack_setup.h
@@ -11,19 +11,13 @@
namespace web {
class RequestTrackerFactoryImpl;
-class WebHTTPProtocolHandlerDelegate;
} // namespace web
@interface NetworkStackSetup : NSObject
// Sets up the network stack: protocol handler and cache.
-// TODO(crbug.com/585700): Remove the first parameter.
-+ (void)setUpChromeNetworkStack:
- (std::unique_ptr<web::RequestTrackerFactoryImpl>*)
- requestTrackerFactory
- httpProtocolHandlerDelegate:
- (std::unique_ptr<web::WebHTTPProtocolHandlerDelegate>*)
- httpProtocolHandlerDelegate;
+// TODO(crbug.com/585700): Remove the return value.
++ (std::unique_ptr<web::RequestTrackerFactoryImpl>)setUpChromeNetworkStack;
@end
« no previous file with comments | « ios/chrome/app/main_controller.mm ('k') | ios/chrome/app/startup/network_stack_setup.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698