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

Unified Diff: ui/app_list/search/dictionary_data_store.cc

Issue 2888303002: Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc (Closed)
Patch Set: 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 | « media/cast/sender/external_video_encoder.cc ('k') | ui/events/ozone/evdev/input_device_factory_evdev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search/dictionary_data_store.cc
diff --git a/ui/app_list/search/dictionary_data_store.cc b/ui/app_list/search/dictionary_data_store.cc
index 155f080016a33b3da1511bf827f9c079a64e4307..f6a7fdf4bd40023b928f5eef2d4c003c6afc7265 100644
--- a/ui/app_list/search/dictionary_data_store.cc
+++ b/ui/app_list/search/dictionary_data_store.cc
@@ -65,7 +65,7 @@ void DictionaryDataStore::ScheduleWrite() {
std::unique_ptr<base::DictionaryValue>
DictionaryDataStore::LoadOnBlockingPool() {
- DCHECK(worker_pool_->RunsTasksOnCurrentThread());
+ DCHECK(worker_pool_->RunsTasksInCurrentSequence());
int error_code = JSONFileValueDeserializer::JSON_NO_ERROR;
std::string error_message;
« no previous file with comments | « media/cast/sender/external_video_encoder.cc ('k') | ui/events/ozone/evdev/input_device_factory_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698