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 6a856b1ffd8ffbc21a54cb8a5cde368e704bf875..e89ad3da892ee0a1adc3bb0f48373c38fc0980f3 100644 |
--- a/net/ftp/ftp_server_type_histograms.h |
+++ b/net/ftp/ftp_server_type_histograms.h |
@@ -24,8 +24,8 @@ enum FtpServerType { |
SERVER_WINDOWS = 10, // Server using Windows listing style. |
SERVER_VMS = 11, // Server using VMS listing style. |
SERVER_NETWARE = 12, // Server using Netware listing style. |
- SERVER_MLSD = 13, // Server using MLSD listing (RFC-3659). |
- SERVER_HPRC = 14, // Server using HPRC listing (http://crbug.com/56547). |
+ |
+ // Types 13-14 are RESERVED (were earlier used for MLSD listings). |
wtc
2010/12/08 20:12:01
This will change the value of NUM_OF_SERVER_TYPES.
jar (doing other things)
2010/12/08 20:50:12
Assuming the only use of NUM_OF_SERVER_TYPES is in
|
NUM_OF_SERVER_TYPES |
}; |