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

Unified Diff: net/socket/ssl_server_socket.h

Issue 1632913002: Add a note to avoid SSLServerSocket in new code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_server_socket.h
diff --git a/net/socket/ssl_server_socket.h b/net/socket/ssl_server_socket.h
index bfbe7de91107bda3b35a7e1315ae3bb7c41650ae..ed73477d0a78c6bcf7b19ac6af9f3f33fdc3261a 100644
--- a/net/socket/ssl_server_socket.h
+++ b/net/socket/ssl_server_socket.h
@@ -11,6 +11,8 @@
#include "net/socket/ssl_socket.h"
#include "net/socket/stream_socket.h"
+// This header should not be used in new code, outside of unit tests.
Ryan Sleevi 2016/01/25 22:21:04 That seems sort of small and hard to miss. The he
+
namespace crypto {
class RSAPrivateKey;
} // namespace crypto
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698