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

Unified Diff: chromecast/media/base/media_message_loop.h

Issue 1814263002: [chromecast] Start deprecating MediaMessageLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fixed weak_ptr deref issue Created 4 years, 9 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: chromecast/media/base/media_message_loop.h
diff --git a/chromecast/media/base/media_message_loop.h b/chromecast/media/base/media_message_loop.h
index c52e4df26196b7b64b1e395f075566cc23acd4a2..4f4631b45d08b125e20fceb4815345c77d1dea6b 100644
--- a/chromecast/media/base/media_message_loop.h
+++ b/chromecast/media/base/media_message_loop.h
@@ -17,6 +17,8 @@ class Thread;
namespace chromecast {
namespace media {
+// DEPRECATED: This is being deprecated.
+// Get the media task runner from CastContentBrowserClient::GetMediaTaskRunner.
class MediaMessageLoop {
public:
static scoped_refptr<base::SingleThreadTaskRunner> GetTaskRunner();

Powered by Google App Engine
This is Rietveld 408576698