| Index: chrome/browser/safe_browsing/download_protection_service.h
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.h b/chrome/browser/safe_browsing/download_protection_service.h
|
| index f9bf865017454c5860fd47e631627fde3ad91a99..7a26fad911e2ecf11794a741ac58a85605e80d6a 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -45,6 +45,7 @@ class DownloadProtectionService {
|
| std::string sha256_hash;
|
| int64 total_bytes;
|
| bool user_initiated;
|
| + std::string remote_address;
|
| DownloadInfo();
|
| ~DownloadInfo();
|
| std::string DebugString() const;
|
|
|