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

Unified Diff: chrome/browser/history/top_sites_factory.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: chrome/browser/history/top_sites_factory.cc
diff --git a/chrome/browser/history/top_sites_factory.cc b/chrome/browser/history/top_sites_factory.cc
index 66cdfbc22c52a6ab7132cddfd2ffb634d6a5a22d..9999edc89f5ebde2002dc26e580f979aa39f27c2 100644
--- a/chrome/browser/history/top_sites_factory.cc
+++ b/chrome/browser/history/top_sites_factory.cc
@@ -104,7 +104,7 @@ scoped_refptr<history::TopSites> TopSitesFactory::BuildTopSites(
profile, ServiceAccessType::EXPLICIT_ACCESS),
prepopulated_page_list, base::Bind(CanAddURLToHistory)));
top_sites->Init(context->GetPath().Append(history::kTopSitesFilename),
- content::BrowserThread::GetMessageLoopProxyForThread(
+ content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::DB));
return top_sites;
}
« no previous file with comments | « chrome/browser/extensions/startup_helper.cc ('k') | chrome/browser/importer/external_process_importer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698