| Index: net/base/mime_util.cc
|
| diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
|
| index 3e8d6152a6e16e141fabf540422ae865baa08f0f..6463ff13c8a1f4664c36acec4c8c3694d72c6e40 100644
|
| --- a/net/base/mime_util.cc
|
| +++ b/net/base/mime_util.cc
|
| @@ -514,6 +514,8 @@ void HashSetToVector(base::hash_set<T>* source, std::vector<T>* target) {
|
| }
|
|
|
| // Characters to be used for mime multipart boundary.
|
| +//
|
| +// TODO(rsleevi): crbug.com/575779: Follow the spec or fix the spec.
|
| // The RFC 2046 spec says the alphanumeric characters plus the
|
| // following characters are legal for boundaries: '()+_,-./:=?
|
| // However the following characters, though legal, cause some sites
|
|
|