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

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

Issue 2788443003: [History service] Fix wrong thread used for SetLastResortFavicon (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 769954e40b863245be8a0c5f5c4968e33b938c36..52701c5a8a705c4ed2e8a848daa31ace8a602588 100644
--- a/components/history/core/browser/history_service.cc
+++ b/components/history/core/browser/history_service.cc
@@ -633,7 +633,7 @@ void HistoryService::SetLastResortFavicons(
return;
PostTaskAndReplyWithResult(
- FROM_HERE,
+ backend_task_runner_.get(), FROM_HERE,
base::Bind(&HistoryBackend::SetLastResortFavicons, history_backend_,
page_url, icon_type, icon_url, bitmaps),
callback);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698