Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
index 504b214f56b8a738bca6b06e67ee968a2aed02d4..bf76b57433742724a4090076714f49bdbb0e4ea8 100644 |
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
@@ -382,7 +382,7 @@ void ChromeBrowserMainPartsChromeos::PostMainMessageLoopStart() { |
void ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun() { |
// Set the crypto thread after the IO thread has been created/started. |
TPMTokenLoader::Get()->SetCryptoTaskRunner( |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::IO)); |
CrasAudioHandler::Initialize( |
@@ -399,7 +399,7 @@ void ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun() { |
// will ensure that loading is aborted on early exit. |
bool load_oem_statistics = !StartupUtils::IsOobeCompleted(); |
system::StatisticsProvider::GetInstance()->StartLoadingMachineStatistics( |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::FILE), |
load_oem_statistics); |