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

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

Issue 2489673003: RTCPeerConnection.getStats: Whitelist of stats in unittest. (Closed)
Patch Set: Addressed nits Created 4 years, 1 month 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 571e1a158e0ca9e20d7d8917796496d24de19517..9eb26fe966edf7fb605ba32967c3be12d0bef1a1 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
@@ -162,7 +162,10 @@ class WebRtcTestBase : public InProcessBrowserTest {
const std::string& keygen_algorithm) const;
void VerifyStatsGeneratedCallback(content::WebContents* tab) const;
- void VerifyStatsGeneratedPromise(content::WebContents* tab) const;
+ std::vector<std::string> VerifyStatsGeneratedPromise(
+ content::WebContents* tab) const;
+ std::vector<std::string> GetWhitelistedStatsTypes(
+ content::WebContents* tab) const;
// Change the default video codec in the offer SDP.
void SetDefaultVideoCodec(content::WebContents* tab,
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_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