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

Unified Diff: chrome/browser/media/webrtc/webrtc_browsertest_base.h

Issue 2309823005: WIP: Add Firefox interop tests for different formats.
Patch Set: Rebase. Created 3 years, 6 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: 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,
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc ('k') | chrome/browser/media/webrtc/webrtc_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698