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

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

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: nits (no need to rerun bots yet) Created 4 years, 3 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 c33b2f514b47806ab671079829daa91a9f330e5a..571e1a158e0ca9e20d7d8917796496d24de19517 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
@@ -161,7 +161,8 @@ class WebRtcTestBase : public InProcessBrowserTest {
void GenerateAndCloneCertificate(content::WebContents* tab,
const std::string& keygen_algorithm) const;
- void VerifyStatsGenerated(content::WebContents* tab) const;
+ void VerifyStatsGeneratedCallback(content::WebContents* tab) const;
+ void VerifyStatsGeneratedPromise(content::WebContents* tab) const;
// Change the default video codec in the offer SDP.
void SetDefaultVideoCodec(content::WebContents* tab,

Powered by Google App Engine
This is Rietveld 408576698