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 0060ac31c3f44afecf5640b8ccb069414e7833b3..9effb476116deee3e9cc10df9eac74109a8324f3 100644 |
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
@@ -5,9 +5,13 @@ |
#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_BASE_H_ |
#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_BASE_H_ |
+#include <memory> |
#include <string> |
#include "base/macros.h" |
+#include "base/memory/ref_counted.h" |
+#include "base/values.h" |
hbos_chromium
2016/11/30 11:30:56
nits: The include for values.h should be moved to
|
+#include "chrome/browser/media/webrtc/rtc_stats_dictionary.h" |
#include "chrome/test/base/in_process_browser_test.h" |
namespace infobars { |
@@ -166,6 +170,8 @@ class WebRtcTestBase : public InProcessBrowserTest { |
void VerifyStatsGeneratedCallback(content::WebContents* tab) const; |
std::vector<std::string> VerifyStatsGeneratedPromise( |
content::WebContents* tab) const; |
+ scoped_refptr<content::RTCStatsReportDictionary> GetStatsReportDictionary( |
+ content::WebContents* tab) const; |
std::vector<std::string> GetWhitelistedStatsTypes( |
content::WebContents* tab) const; |