| Index: net/base/data_url.cc
|
| diff --git a/net/base/data_url.cc b/net/base/data_url.cc
|
| index 40911850ff39e1dac100a7ee5a4fa2eaedce6e43..f0841fa1a46fb2c201ac0d68b47df60804b449fc 100644
|
| --- a/net/base/data_url.cc
|
| +++ b/net/base/data_url.cc
|
| @@ -79,8 +79,6 @@ bool DataURL::Parse(const GURL& url, std::string* mime_type,
|
| mime_type->assign("text/plain");
|
| charset->assign("US-ASCII");
|
| }
|
| - if (charset->empty())
|
| - charset->assign("US-ASCII");
|
|
|
| // The caller may not be interested in receiving the data.
|
| if (!data)
|
|
|