| Index: media/base/media_client.h
 | 
| diff --git a/media/base/media_client.h b/media/base/media_client.h
 | 
| index e5beb94ef94d2d5c747e5749fe12c690f7adcbae..3b0a35ea4041a1a45fdeafe41fc8b47fa2affa33 100644
 | 
| --- a/media/base/media_client.h
 | 
| +++ b/media/base/media_client.h
 | 
| @@ -69,6 +69,9 @@ class MEDIA_EXPORT MediaClient {
 | 
|    // metric. See: https://www.chromium.org/developers/design-documents/rappor
 | 
|    virtual void RecordRapporURL(const std::string& metric, const GURL& url) = 0;
 | 
|  
 | 
| +  // Returns true if the given audio config is supported.
 | 
| +  virtual bool IsSupportedAudioConfig(const AudioConfig& config) = 0;
 | 
| +
 | 
|    // Returns true if the given combination of video codec, profile and level is
 | 
|    // supported. The |level| value is codec-specific.
 | 
|    virtual bool IsSupportedVideoConfig(const VideoConfig& config) = 0;
 | 
| 
 |