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

Unified Diff: chrome/browser/printing/printing_message_filter.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/printing/printing_message_filter.cc
diff --git a/chrome/browser/printing/printing_message_filter.cc b/chrome/browser/printing/printing_message_filter.cc
index ac2af18c833b59edebfec9c76022b4ba79cf141c..94b791cd72cbcd34d9ecfc9dbd7af57bacb0d87b 100644
--- a/chrome/browser/printing/printing_message_filter.cc
+++ b/chrome/browser/printing/printing_message_filter.cc
@@ -76,7 +76,7 @@ PrintingMessageFilter::PrintingMessageFilter(int render_process_id,
DCHECK(queue_.get());
is_printing_enabled_->Init(prefs::kPrintingEnabled, profile->GetPrefs());
is_printing_enabled_->MoveToThread(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
}
PrintingMessageFilter::~PrintingMessageFilter() {

Powered by Google App Engine
This is Rietveld 408576698