Chromium Code Reviews| Index: extensions/common/api/sockets_tcp.idl |
| diff --git a/extensions/common/api/sockets_tcp.idl b/extensions/common/api/sockets_tcp.idl |
| index 2dffa1729b1db7cce38e33a179761d4ee8721bc3..8e305f299c38da58eb228deec12e1245607529ca 100644 |
| --- a/extensions/common/api/sockets_tcp.idl |
| +++ b/extensions/common/api/sockets_tcp.idl |
| @@ -82,7 +82,8 @@ namespace sockets.tcp { |
| dictionary TLSVersionConstraints { |
| // The minimum and maximum acceptable versions of TLS. These will |
| - // be <code>tls1</code>, <code>tls1.1</code>, or <code>tls1.2</code>. |
| + // be <code>tls1</code>, <code>tls1.1</code>, <code>tls1.2</code>, |
| + // or <code>tls1.3</code>. |
|
davidben
2016/07/18 09:46:40
Ditto.
svaldez
2016/07/18 10:04:01
Done.
|
| DOMString? min; |
| DOMString? max; |
| }; |