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

Unified Diff: chrome/renderer/media/cast_threads.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
« no previous file with comments | « chrome/renderer/media/cast_threads.h ('k') | chrome/service/cloud_print/printer_job_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_threads.cc
diff --git a/chrome/renderer/media/cast_threads.cc b/chrome/renderer/media/cast_threads.cc
index b6c808ce11b95dc465500f63eeea23aa94691bc4..9f3786e1427a32f20bdf3f15f020f90d908afc88 100644
--- a/chrome/renderer/media/cast_threads.cc
+++ b/chrome/renderer/media/cast_threads.cc
@@ -15,11 +15,11 @@ CastThreads::CastThreads()
}
scoped_refptr<base::SingleThreadTaskRunner>
-CastThreads::GetAudioEncodeMessageLoopProxy() {
+CastThreads::GetAudioEncodeTaskRunner() {
return audio_encode_thread_.task_runner();
}
scoped_refptr<base::SingleThreadTaskRunner>
-CastThreads::GetVideoEncodeMessageLoopProxy() {
+CastThreads::GetVideoEncodeTaskRunner() {
return video_encode_thread_.task_runner();
}
« no previous file with comments | « chrome/renderer/media/cast_threads.h ('k') | chrome/service/cloud_print/printer_job_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698