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

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

Issue 2828563002: RTCCertificate.getFingerprints added (exposed to the web) (Closed)
Patch Set: Changed fingerprints to getFingerprints() as per pull request Created 3 years, 8 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 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;

Powered by Google App Engine
This is Rietveld 408576698