| Index: content/browser/download/download_create_info.h
|
| diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
|
| index fbe71fd262f35636f457ace095d26ba9f4677340..2eef90ca88881d3eb08779c8c4c909c3a4c3e064 100644
|
| --- a/content/browser/download/download_create_info.h
|
| +++ b/content/browser/download/download_create_info.h
|
| @@ -93,10 +93,6 @@ struct CONTENT_EXPORT DownloadCreateInfo {
|
| // default location.
|
| bool prompt_user_for_save_location;
|
|
|
| - // The charset of the referring page where the download request comes from.
|
| - // It's used to construct a suggested filename.
|
| - std::string referrer_charset;
|
| -
|
| // The download file save info.
|
| scoped_ptr<content::DownloadSaveInfo> save_info;
|
|
|
|
|