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

Unified Diff: webrtc/base/sslfingerprint.h

Issue 1856943002: Allow TransportController to create a QuicTransportChannel (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add unit tests to Transport Created 4 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
« no previous file with comments | « no previous file | webrtc/base/sslfingerprint.cc » ('j') | webrtc/p2p/quic/quictransportchannel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sslfingerprint.h
diff --git a/webrtc/base/sslfingerprint.h b/webrtc/base/sslfingerprint.h
index 1413a4cd2722765fa8e619c63264746367b5ba84..4ffb2b0524ede20cc498298f00f8fe921de6657f 100644
--- a/webrtc/base/sslfingerprint.h
+++ b/webrtc/base/sslfingerprint.h
@@ -41,7 +41,7 @@ struct SSLFingerprint {
std::string GetRfc4572Fingerprint() const;
- std::string ToString();
+ std::string ToString() const;
std::string algorithm;
rtc::CopyOnWriteBuffer digest;
« no previous file with comments | « no previous file | webrtc/base/sslfingerprint.cc » ('j') | webrtc/p2p/quic/quictransportchannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698