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

Unified Diff: content/renderer/media/render_media_client.h

Issue 2783963002: Add IsSupportedAudioConfig in MediaClient (Closed)
Patch Set: CR feedback Created 3 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: content/renderer/media/render_media_client.h
diff --git a/content/renderer/media/render_media_client.h b/content/renderer/media/render_media_client.h
index 19e734148e485259a89100a8ae0ab998be40b096..e2604e65a2caba19c6754210f1fc27f3a7339c49 100644
--- a/content/renderer/media/render_media_client.h
+++ b/content/renderer/media/render_media_client.h
@@ -30,6 +30,7 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
std::vector<std::unique_ptr<media::KeySystemProperties>>*
key_systems_properties) final;
void RecordRapporURL(const std::string& metric, const GURL& url) final;
+ bool IsSupportedAudioConfig(const media::AudioConfig& config) override;
bool IsSupportedVideoConfig(const media::VideoConfig& config) override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);
« no previous file with comments | « content/browser/media/media_canplaytype_browsertest.cc ('k') | content/renderer/media/render_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698