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

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

Issue 2602873002: Disabling WebRtcAudioQualityBrowserTest for Win 7 (Closed)
Patch Set: nit Created 4 years 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 e6a0461841a5d9b036b1d10e135ff1b6dc4a9e25..37ad59f776aa7beb724d739da15fe70d639598d3 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
@@ -157,6 +157,9 @@ class WebRtcTestBase : public InProcessBrowserTest {
std::string GetStreamSize(content::WebContents* tab_contents,
const std::string& video_element) const;
+ // Returns true if we're on Windows 7.
+ bool OnWin7() const;
+
// Returns true if we're on win 8.
bool OnWin8() const;

Powered by Google App Engine
This is Rietveld 408576698