Chromium Code Reviews

Unified Diff: net/ftp/ftp_server_type_histograms.h

Issue 3448029: FTP: fix directory listing parser for ftp.usa.hp.com (Closed)
Patch Set: attempt to fix Windows trybots Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/ftp/ftp_directory_listing_parser_windows_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72d3c78b719175eeb18a8205e7ec27b473a8ca4c..6a856b1ffd8ffbc21a54cb8a5cde368e704bf875 100644
--- a/net/ftp/ftp_server_type_histograms.h
+++ b/net/ftp/ftp_server_type_histograms.h
@@ -25,6 +25,7 @@ enum FtpServerType {
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).
NUM_OF_SERVER_TYPES
};
« no previous file with comments | « net/ftp/ftp_directory_listing_parser_windows_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine