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 71e0cf6897b71e19814ff21247c2a25905ffc588..a562ed436adf6306fc11ed8cafb03b60caaaab49 100644 |
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
@@ -139,6 +139,10 @@ class WebRtcTestBase : public InProcessBrowserTest { |
void NegotiateCall(content::WebContents* from_tab, |
content::WebContents* to_tab) const; |
+ void VerifyLocalDescriptionContainsCertificate( |
+ content::WebContents* tab, |
+ const std::string& certificate) const; |
+ |
// Hangs up a negotiated call. |
void HangUp(content::WebContents* from_tab) const; |