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

Unified Diff: chrome/browser/supervised_user/supervised_user_sync_data_type_controller.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/supervised_user/supervised_user_sync_data_type_controller.cc
diff --git a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc
index e3e6acaf7c5f3499eaa59853a536394fab3f89ba..e8a8c5211514cf8746ce2222e3564f97568b048f 100644
--- a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc
+++ b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc
@@ -13,7 +13,7 @@ SupervisedUserSyncDataTypeController::SupervisedUserSyncDataTypeController(
sync_driver::SyncClient* sync_client,
Profile* profile)
: sync_driver::UIDataTypeController(
- content::BrowserThread::GetMessageLoopProxyForThread(
+ content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::UI),
error_callback,
type,
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_custom_dictionary.cc ('k') | chrome/browser/sync/chrome_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698