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

Unified Diff: ios/components/io_thread/ios_io_thread.h

Issue 2943783002: Make iOS's IOThread set up the SystemURLRequestContext all at once. (Closed)
Patch Set: Oops 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 | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/components/io_thread/ios_io_thread.h
diff --git a/ios/components/io_thread/ios_io_thread.h b/ios/components/io_thread/ios_io_thread.h
index 0666c27fa328af3c5e33f4ade17c524f272b894b..adad232eb7dbbbafc7df03ad8407b18df2edf768 100644
--- a/ios/components/io_thread/ios_io_thread.h
+++ b/ios/components/io_thread/ios_io_thread.h
@@ -177,16 +177,6 @@ class IOSIOThread : public web::WebThreadDelegate {
void Init() override;
void CleanUp() override;
- // Global state must be initialized on the IO thread, then this
- // method must be invoked on the UI thread.
- void InitSystemRequestContext();
-
- // Lazy initialization of system request context for
- // SystemURLRequestContextGetter. To be called on IO thread only
- // after global state has been initialized on the IO thread, and
- // SystemRequestContext state has been initialized on the UI thread.
- void InitSystemRequestContextOnIOThread();
-
// Sets up HttpAuthPreferences and HttpAuthHandlerFactory on Globals.
void CreateDefaultAuthHandlerFactory();
« no previous file with comments | « no previous file | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698