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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

Issue 2048033003: Refactoring: CastTransport InitializeAudio/InitializeVideo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments. 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 | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index fefde8b144946c47571881e0a685619138178ca6..1769807a3b087367cdbe5c0688ec2b5383cd4c4d 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -40,10 +40,8 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
bool OnMessageReceived(const IPC::Message& message) override;
// Forwarding functions.
- void OnInitializeAudio(int32_t channel_id,
- const media::cast::CastTransportRtpConfig& config);
- void OnInitializeVideo(int32_t channel_id,
- const media::cast::CastTransportRtpConfig& config);
+ void OnInitializeStream(int32_t channel_id,
+ const media::cast::CastTransportRtpConfig& config);
void OnInsertFrame(int32_t channel_id,
uint32_t ssrc,
const media::cast::EncodedFrame& frame);
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698