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

Unified Diff: chrome/renderer/media/cast_receiver_session.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/renderer/media/cast_receiver_session.cc
diff --git a/chrome/renderer/media/cast_receiver_session.cc b/chrome/renderer/media/cast_receiver_session.cc
index 9bf9ac304a10d73abd86a0be7c23754e4dc276b1..5fbef9862f38fb3b4a69fe06ba128433e3841af0 100644
--- a/chrome/renderer/media/cast_receiver_session.cc
+++ b/chrome/renderer/media/cast_receiver_session.cc
@@ -59,8 +59,7 @@ class CastReceiverSession::VideoCapturerSource
CastReceiverSession::CastReceiverSession()
: delegate_(new CastReceiverSessionDelegate()),
- io_task_runner_(
- content::RenderThread::Get()->GetIOMessageLoopProxy()) {}
+ io_task_runner_(content::RenderThread::Get()->GetIOTaskRunner()) {}
CastReceiverSession::~CastReceiverSession() {
// We should always be able to delete the object on the IO thread.
« no previous file with comments | « chrome/renderer/extensions/chrome_extensions_renderer_client.cc ('k') | chrome/renderer/media/cast_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698