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

Unified Diff: components/history/core/browser/history_service.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: components/history/core/browser/history_service.cc
diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc
index c7f0e7fb79faa976be11be0c282cea587b998f43..0c05e4f3ffa69d1c7172daf2becc9cc1483888d6 100644
--- a/components/history/core/browser/history_service.cc
+++ b/components/history/core/browser/history_service.cc
@@ -307,7 +307,7 @@ base::CancelableTaskTracker::TaskId HistoryService::ScheduleDBTask(
base::CancelableTaskTracker::IsCanceledCallback is_canceled;
base::CancelableTaskTracker::TaskId task_id =
tracker->NewTrackedTaskId(&is_canceled);
- // Use base::ThreadTaskRunnerHandler::Get() to get a message loop proxy to
+ // Use base::ThreadTaskRunnerHandler::Get() to get a task runner for
// the current message loop so that we can forward the call to the method
// HistoryDBTask::DoneRunOnMainThread() in the correct thread.
thread_->task_runner()->PostTask(
« no previous file with comments | « components/drive/file_write_watcher_unittest.cc ('k') | components/keyed_service/core/refcounted_keyed_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698