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

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

Issue 2545553003: WebRtcStatsPerfBrowserTest added, a perf test using the new getStats (Closed)
Patch Set: Addressed nits, rebase, default initialize 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
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/webrtc_browsertest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/webrtc_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698