Index: chrome/browser/media/webrtc_browsertest_base.h |
diff --git a/chrome/browser/media/webrtc_browsertest_base.h b/chrome/browser/media/webrtc_browsertest_base.h |
index 68fd0e717655f10c41d811210f69385e325bccb9..6de94d5cda1999dda29155f0593397283cf20738 100644 |
--- a/chrome/browser/media/webrtc_browsertest_base.h |
+++ b/chrome/browser/media/webrtc_browsertest_base.h |
@@ -166,6 +166,8 @@ class WebRtcTestBase : public InProcessBrowserTest { |
void GenerateAndCloneCertificate(content::WebContents* tab, |
const std::string& keygen_algorithm) const; |
+ void GetStats(content::WebContents* tab) const; |
phoglund_chromium
2016/07/27 12:52:10
The name is misleading since it doesn't really get
hbos_chromium
2016/07/27 13:50:31
Done.
|
+ |
private: |
void CloseInfoBarInTab(content::WebContents* tab_contents, |
infobars::InfoBar* infobar) const; |