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

Unified Diff: extensions/common/api/sockets_tcp.idl

Issue 1139013002: Completely remove SSLv3 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: extensions/common/api/sockets_tcp.idl
diff --git a/extensions/common/api/sockets_tcp.idl b/extensions/common/api/sockets_tcp.idl
index e09050dd136d0f1e822bc3d6ba053c5a18217739..2dffa1729b1db7cce38e33a179761d4ee8721bc3 100644
--- a/extensions/common/api/sockets_tcp.idl
+++ b/extensions/common/api/sockets_tcp.idl
@@ -82,8 +82,7 @@ namespace sockets.tcp {
dictionary TLSVersionConstraints {
// The minimum and maximum acceptable versions of TLS. These will
- // be <code>ssl3</code>, <code>tls1</code>, <code>tls1.1</code>,
- // or <code>tls1.2</code>.
+ // be <code>tls1</code>, <code>tls1.1</code>, or <code>tls1.2</code>.
DOMString? min;
DOMString? max;
};

Powered by Google App Engine
This is Rietveld 408576698