Index: net/third_party/parseftp/README.chromium |
diff --git a/net/third_party/parseftp/README.chromium b/net/third_party/parseftp/README.chromium |
index 18feabf691cda0b99d5aaac0ecede6e20f000587..9ce70748d2dca755a6fc27f52f094fbe176486f5 100644 |
--- a/net/third_party/parseftp/README.chromium |
+++ b/net/third_party/parseftp/README.chromium |
@@ -3,6 +3,7 @@ This directory contains Mozilla FTP LIST response parsing routines. |
The original code location was mozilla/netwerk/streamconv/converters/ParseFTPList.{cpp,h} |
List of changes made to original code: |
- - style adjustment for Chromium |
- wrapped the routines in net namespace |
- - changed PRExplodedTime to base::Time::Exploded |
+ - eliminated dependency on NSPR |
+ |
+All the changes are in chromium.patch. |