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

Unified Diff: chrome/browser/spellchecker/spellcheck_custom_dictionary.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/spellchecker/spellcheck_custom_dictionary.cc
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
index 525aaf41d25e8e36e6332c192a92df03f77488dd..3a06283d748605bf08b2df6186dbd9ef87d3dd00 100644
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
@@ -432,8 +432,7 @@ void SpellcheckCustomDictionary::OnLoaded(
base::Bind(&SpellcheckCustomDictionary::FixInvalidFile,
weak_ptr_factory_.GetWeakPtr(), base::Passed(&result)));
BrowserThread::PostAfterStartupTask(
- FROM_HERE,
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
+ FROM_HERE, BrowserThread::GetTaskRunnerForThread(BrowserThread::UI),
fix_invalid_file_.callback());
}
}

Powered by Google App Engine
This is Rietveld 408576698