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

Unified Diff: chrome/browser/icon_loader_android.cc

Issue 2953633002: Move the IconLoader to use the task scheduler. (Closed)
Patch Set: simpler Created 3 years, 6 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/icon_loader_android.cc
diff --git a/chrome/browser/icon_loader_android.cc b/chrome/browser/icon_loader_android.cc
index 138d10937442e74f62311242575ad5d504df2012..25969f7790869968e88b8c3bb6499b9dce8c4bd3 100644
--- a/chrome/browser/icon_loader_android.cc
+++ b/chrome/browser/icon_loader_android.cc
@@ -13,9 +13,9 @@ IconLoader::IconGroup IconLoader::GroupForFilepath(
}
// static
-content::BrowserThread::ID IconLoader::ReadIconThreadID() {
+scoped_refptr<base::TaskRunner> IconLoader::ReadIconTaskRunner() {
NOTIMPLEMENTED();
- return content::BrowserThread::FILE;
+ return nullptr;
}
void IconLoader::ReadIcon() {

Powered by Google App Engine
This is Rietveld 408576698