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

Unified Diff: net/ssl/openssl_client_key_store.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « net/ssl/default_channel_id_store.cc ('k') | net/test/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/openssl_client_key_store.h
diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
index 6c061484a92da9e1130d8cb64a001eb374602fb4..bba19a3116949f5a75bf32f3497d32bae053a96e 100644
--- a/net/ssl/openssl_client_key_store.h
+++ b/net/ssl/openssl_client_key_store.h
@@ -43,8 +43,8 @@ class NET_EXPORT OpenSSLClientKeyStore {
// Returns false if an error occured.
// This function does not take ownership of the private_key, but may
// increment its internal reference count.
- NET_EXPORT bool RecordClientCertPrivateKey(const X509Certificate* cert,
- EVP_PKEY* private_key);
+ bool RecordClientCertPrivateKey(const X509Certificate* cert,
+ EVP_PKEY* private_key);
// Given a certificate's |public_key|, return the corresponding private
// key that has been recorded previously by RecordClientCertPrivateKey().
« no previous file with comments | « net/ssl/default_channel_id_store.cc ('k') | net/test/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698