| Index: net/base/connection_type_histograms.h
|
| diff --git a/net/base/connection_type_histograms.h b/net/base/connection_type_histograms.h
|
| index 7203cf1c564a6cb9dc48bda4498da1d72a0c1473..60f54d84f2fd8080e9f7d14454a8f7d4262c7c9c 100644
|
| --- a/net/base/connection_type_histograms.h
|
| +++ b/net/base/connection_type_histograms.h
|
| @@ -15,15 +15,15 @@
|
| namespace net {
|
|
|
| enum ConnectionType {
|
| - CONNECTION_ANY = 0, // Any connection (SSL, HTTP, SPDY, etc)
|
| - CONNECTION_SSL = 1, // An SSL connection
|
| + CONNECTION_ANY = 0, // Any connection (SSL, HTTP, SPDY, etc)
|
| + CONNECTION_SSL = 1, // An SSL connection
|
| // 2 - Reserved - Was CONNECTION_SSL_MD5
|
| // 3 - Reserved - Was CONNECTION_SSL_MD2
|
| // 4 - Reserved - Was CONNECTION_SSL_MD4
|
| // 5 - Reserved - Was CONNECTION_SSL_MD5_CA
|
| // 6 - Reserved - Was CONNECTION_SSL_MD2_CA
|
| - CONNECTION_HTTP = 7, // An HTTP connection
|
| - CONNECTION_SPDY = 8, // A SPDY connection
|
| + CONNECTION_HTTP = 7, // An HTTP connection
|
| + CONNECTION_SPDY = 8, // A SPDY connection
|
| CONNECTION_SSL_SSL2 = 9, // An SSL connection that uses SSL 2.0
|
| CONNECTION_SSL_SSL3 = 10, // An SSL connection that uses SSL 3.0
|
| CONNECTION_SSL_TLS1 = 11, // An SSL connection that uses TLS 1.0
|
|
|