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

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

Issue 2828563002: RTCCertificate.getFingerprints added (exposed to the web) (Closed)
Patch Set: Rebase Created 3 years, 6 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 5546ec880600b2f8b00eedf50343a3690e87f016..d201fb43f34d89953de753aa7083af8d8b6fc465 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;
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_browsertest.cc ('k') | chrome/browser/media/webrtc/webrtc_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698