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

Unified Diff: chrome/renderer/media/cast_threads.h

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_session_delegate.cc ('k') | chrome/renderer/media/cast_threads.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_threads.h
diff --git a/chrome/renderer/media/cast_threads.h b/chrome/renderer/media/cast_threads.h
index 7fab124e4d0da87642da4dabbec4b2d6c8ea7683..63e2c8521be98328aafe807d95d95e0b652feab6 100644
--- a/chrome/renderer/media/cast_threads.h
+++ b/chrome/renderer/media/cast_threads.h
@@ -19,10 +19,8 @@
class CastThreads {
public:
- scoped_refptr<base::SingleThreadTaskRunner>
- GetAudioEncodeMessageLoopProxy();
- scoped_refptr<base::SingleThreadTaskRunner>
- GetVideoEncodeMessageLoopProxy();
+ scoped_refptr<base::SingleThreadTaskRunner> GetAudioEncodeTaskRunner();
+ scoped_refptr<base::SingleThreadTaskRunner> GetVideoEncodeTaskRunner();
private:
friend struct base::DefaultLazyInstanceTraits<CastThreads>;
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | chrome/renderer/media/cast_threads.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698