| Index: chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| diff --git a/chrome/browser/media/webrtc/webrtc_browsertest_base.h b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| index 1f1dd8cf7ac5ea2acc15cc5f21208fb60eea7290..e6a0461841a5d9b036b1d10e135ff1b6dc4a9e25 100644
|
| --- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| @@ -43,6 +43,7 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| static const char kFailedWithPermissionDismissedError[];
|
|
|
| static const char kUseDefaultCertKeygen[];
|
| + static const char kUseDefaultAudioCodec[];
|
| static const char kUseDefaultVideoCodec[];
|
|
|
| protected:
|
| @@ -174,7 +175,9 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| std::vector<std::string> GetWhitelistedStatsTypes(
|
| content::WebContents* tab) const;
|
|
|
| - // Change the default video codec in the offer SDP.
|
| + // Change the default audio/video codec in the offer SDP.
|
| + void SetDefaultAudioCodec(content::WebContents* tab,
|
| + const std::string& audio_codec) const;
|
| void SetDefaultVideoCodec(content::WebContents* tab,
|
| const std::string& video_codec) const;
|
|
|
|
|