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

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm

Issue 2894863002: Rename TaskRunner::RunsTasksOnCurrentThread() in //net (Closed)
Patch Set: fixed build error Created 3 years, 7 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/android/cronet_url_request_context_adapter.cc ('k') | net/base/directory_lister.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
index 0d0dfbfad07d9841fc96f628ca5144693bb4751e..56ba79847e4ecbb14a6d96c97b6de9061f81708c 100644
--- a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
+++ b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
@@ -58,7 +58,7 @@ ChromeBrowserStateImplIOData::Handle::Handle(
ChromeBrowserStateImplIOData::Handle::~Handle() {
DCHECK_CURRENTLY_ON(web::WebThread::UI);
if (io_data_->http_server_properties_manager_)
- io_data_->http_server_properties_manager_->ShutdownOnPrefThread();
+ io_data_->http_server_properties_manager_->ShutdownOnPrefSequence();
io_data_->ShutdownOnUIThread(GetAllContextGetters());
}
@@ -215,7 +215,7 @@ void ChromeBrowserStateImplIOData::InitializeInternal(
ApplyProfileParamsToContext(main_context);
if (http_server_properties_manager_)
- http_server_properties_manager_->InitializeOnNetworkThread();
+ http_server_properties_manager_->InitializeOnNetworkSequence();
main_context->set_transport_security_state(transport_security_state());
« no previous file with comments | « components/cronet/android/cronet_url_request_context_adapter.cc ('k') | net/base/directory_lister.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698