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

Unified Diff: content/browser/webrtc/webrtc_content_browsertest_base.h

Issue 2801983003: Switching WebRTC browser test from AudioManager::HasAudioOutputDevices() to AudioSystem interface. (Closed)
Patch Set: moved HasAudioOutputDevices() to WebRtcContentBrowserTestBase Created 3 years, 8 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: content/browser/webrtc/webrtc_content_browsertest_base.h
diff --git a/content/browser/webrtc/webrtc_content_browsertest_base.h b/content/browser/webrtc/webrtc_content_browsertest_base.h
index 52f62bfd7f22e824ca3dc15d18e1238a62fca0bb..e6a4228ab6e134d5d948d91f0728521ab5ff242f 100644
--- a/content/browser/webrtc/webrtc_content_browsertest_base.h
+++ b/content/browser/webrtc/webrtc_content_browsertest_base.h
@@ -45,6 +45,9 @@ class WebRtcContentBrowserTestBase : public ContentBrowserTest {
int max_height,
int min_frame_rate,
int max_frame_rate) const;
+
+ // Synchronously checks if the system has audio output devices.
+ static bool HasAudioOutputDevices();
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698