| 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,
|
|
|