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

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

Issue 2641263003: Performance measures of old and new RTCPeerConnection.getStats added. (Closed)
Patch Set: Fix windows compile error (change name of enum keys) Created 3 years, 11 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 e6a0461841a5d9b036b1d10e135ff1b6dc4a9e25..7ab89fb9ec17dea309f194aa6c0beec49cb2d81c 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
@@ -168,10 +168,12 @@ class WebRtcTestBase : public InProcessBrowserTest {
const std::string& keygen_algorithm) const;
void VerifyStatsGeneratedCallback(content::WebContents* tab) const;
+ void GetStatsCallbackAndReturn(content::WebContents* tab) const;
std::vector<std::string> VerifyStatsGeneratedPromise(
content::WebContents* tab) const;
scoped_refptr<content::TestStatsReportDictionary> GetStatsReportDictionary(
content::WebContents* tab) const;
+ void GetStatsAndReturn(content::WebContents* tab) const;
std::vector<std::string> GetWhitelistedStatsTypes(
content::WebContents* tab) const;

Powered by Google App Engine
This is Rietveld 408576698