| Index: webrtc/base/sslidentity.h
|
| diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h
|
| index 77c9e186c1cb452c0accc4c9d4fb7cafa4ab8603..c768cad0113364b7642f545da87315373fc308c9 100644
|
| --- a/webrtc/base/sslidentity.h
|
| +++ b/webrtc/base/sslidentity.h
|
| @@ -226,6 +226,7 @@ class SSLIdentity {
|
|
|
| // Returns a temporary reference to the certificate.
|
| virtual const SSLCertificate& certificate() const = 0;
|
| + virtual std::string PrivateKeyToPemString() const = 0;
|
|
|
| // Helpers for parsing converting between PEM and DER format.
|
| static bool PemToDer(const std::string& pem_type,
|
|
|