| 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 d201fb43f34d89953de753aa7083af8d8b6fc465..30c2fa1d2fe0719a61858f2d30189d1ae60a6397 100644
|
| --- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
| @@ -157,6 +157,8 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| void StartDetectingVideo(content::WebContents* tab_contents,
|
| const std::string& video_element) const;
|
| bool WaitForVideoToPlay(content::WebContents* tab_contents) const;
|
| + void CheckVideoFormat(content::WebContents* tab_contents,
|
| + std::string const& format) const;
|
|
|
| // Returns the stream size as a string on the format <width>x<height>.
|
| std::string GetStreamSize(content::WebContents* tab_contents,
|
|
|