Chromium Code Reviews| Index: extensions/common/api/socket.idl |
| diff --git a/extensions/common/api/socket.idl b/extensions/common/api/socket.idl |
| index 8a8559ee95735c10a4d3b5a0dab4c08e72d907a6..1f3d3b7d83f29409869e285207f64b6669f3b07b 100644 |
| --- a/extensions/common/api/socket.idl |
| +++ b/extensions/common/api/socket.idl |
| @@ -113,7 +113,8 @@ namespace socket { |
| 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 re not wanting to expose this
svaldez
2016/07/18 10:04:01
Done.
|
| DOMString? min; |
| DOMString? max; |
| }; |