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

Unified Diff: webrtc/p2p/base/fakesession.h

Issue 1337673002: Change WebRTC SslCipher to be exposed as number only. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 3 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: webrtc/p2p/base/fakesession.h
diff --git a/webrtc/p2p/base/fakesession.h b/webrtc/p2p/base/fakesession.h
index bd3c08902508fafc1cf414db3fecbb2d141e48bf..22c8203b713844e42d11e0c36e8ccfec2bd96685 100644
--- a/webrtc/p2p/base/fakesession.h
+++ b/webrtc/p2p/base/fakesession.h
@@ -246,9 +246,7 @@ class FakeTransportChannel : public TransportChannelImpl,
return false;
}
- bool GetSslCipher(std::string* cipher) override {
- return false;
- }
+ bool GetSslCipher(rtc::SslCipher* cipher) override { return false; }
rtc::scoped_refptr<rtc::RTCCertificate>
GetLocalCertificate() const override {

Powered by Google App Engine
This is Rietveld 408576698