| Index: net/ftp/ftp_server_type_histograms.h
|
| diff --git a/net/ftp/ftp_server_type_histograms.h b/net/ftp/ftp_server_type_histograms.h
|
| index 5ae862cd21abe300b24dc3f8ee9e1be552f2ade1..a850b446da0f431dee12ef22980351a37cfaf574 100644
|
| --- a/net/ftp/ftp_server_type_histograms.h
|
| +++ b/net/ftp/ftp_server_type_histograms.h
|
| @@ -15,13 +15,11 @@ enum FtpServerType {
|
| // a server type we don't recognize, a security attack (when what we're
|
| // connecting to isn't an FTP server), or a broken server.
|
| SERVER_UNKNOWN = 0,
|
| -
|
| SERVER_LS = 1, // Server using /bin/ls -l listing style.
|
| SERVER_WINDOWS = 2, // Server using Windows listing style.
|
| SERVER_VMS = 3, // Server using VMS listing style.
|
| SERVER_NETWARE = 4, // Server using Netware listing style.
|
| SERVER_OS2 = 5, // Server using OS/2 listing style.
|
| -
|
| NUM_OF_SERVER_TYPES
|
| };
|
|
|
|
|