Index: net/ssl/ssl_cipher_suite_names.h |
diff --git a/net/ssl/ssl_cipher_suite_names.h b/net/ssl/ssl_cipher_suite_names.h |
index 29c03a1aea0e64ee391ee618146c92c2eafc1db1..4e02fc63462d0faaba728a08e323a3fdbf108a16 100644 |
--- a/net/ssl/ssl_cipher_suite_names.h |
+++ b/net/ssl/ssl_cipher_suite_names.h |
@@ -55,7 +55,7 @@ NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string, |
// Currently, this function follows these criteria: |
// 1) Only uses forward secure key exchanges |
// 2) Only uses AEADs |
-NET_EXPORT_PRIVATE bool IsSecureTLSCipherSuite(uint16 cipher_suite); |
+NET_EXPORT bool IsSecureTLSCipherSuite(uint16 cipher_suite); |
} // namespace net |