| Index: content/browser/download/download_item.h
|
| diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
|
| index 625d8752bbeaab54458704a704be9d39de3bff4b..21794cb8d086c0633e3b08c895564c7a4914c329 100644
|
| --- a/content/browser/download/download_item.h
|
| +++ b/content/browser/download/download_item.h
|
| @@ -238,6 +238,7 @@ class CONTENT_EXPORT DownloadItem {
|
| virtual std::string GetMimeType() const = 0;
|
| virtual std::string GetOriginalMimeType() const = 0;
|
| virtual std::string GetReferrerCharset() const = 0;
|
| + virtual std::string GetRemoteAddress() const = 0;
|
| virtual int64 GetTotalBytes() const = 0;
|
| virtual void SetTotalBytes(int64 total_bytes) = 0;
|
| virtual int64 GetReceivedBytes() const = 0;
|
|
|