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

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

Issue 174403002: Cast: Don't create threads for each CastSessionDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SingleThreadTaskRunner Created 6 years, 10 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/chrome_renderer.gypi ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session_delegate.h
diff --git a/chrome/renderer/media/cast_session_delegate.h b/chrome/renderer/media/cast_session_delegate.h
index 1dc6e960f2d53a0e7dec9bdb055cb4dbd21f6601..73ae01b011aa62b3fd8007630f537ca82eccb2d8 100644
--- a/chrome/renderer/media/cast_session_delegate.h
+++ b/chrome/renderer/media/cast_session_delegate.h
@@ -78,13 +78,6 @@ class CastSessionDelegate {
scoped_ptr<media::cast::CastSender> cast_sender_;
scoped_ptr<media::cast::transport::CastTransportSender> cast_transport_;
- // Utilities threads owned by this class. They are used by CastSender for
- // encoding.
- // TODO(hclam): See crbug.com/317006 for more details.
- // This class shouldn't create and own threads.
- base::Thread audio_encode_thread_;
- base::Thread video_encode_thread_;
-
// Configuration for audio and video.
scoped_ptr<media::cast::AudioSenderConfig> audio_config_;
scoped_ptr<media::cast::VideoSenderConfig> video_config_;
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698