| Index: net/ssl/ssl_platform_key_android.h
|
| diff --git a/net/ssl/ssl_platform_key_android.h b/net/ssl/ssl_platform_key_android.h
|
| index 95fe90a953ace18262cc154ba3109b0a72590fe7..c025955a95e538871aa977e95206165aef990b7d 100644
|
| --- a/net/ssl/ssl_platform_key_android.h
|
| +++ b/net/ssl/ssl_platform_key_android.h
|
| @@ -14,10 +14,13 @@
|
| namespace net {
|
|
|
| class SSLPrivateKey;
|
| +class X509Certificate;
|
|
|
| -// Returns a new SSLPrivateKey which uses |key| for signing operations or
|
| -// nullptr on error. |key| must be a java.security.PrivateKey object.
|
| +// Returns a new SSLPrivateKey for |cert| which uses |key| for signing
|
| +// operations or nullptr on error. |key| must be a java.security.PrivateKey
|
| +// object.
|
| NET_EXPORT scoped_refptr<SSLPrivateKey> WrapJavaPrivateKey(
|
| + const X509Certificate* cert,
|
| const base::android::JavaRef<jobject>& key);
|
|
|
| } // namespace net
|
|
|