| 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 4a5102147e457f8fd1934e3912051c2ccc32a6ee..a9a4c67de2be3c56c3727280b1e3fa9b0b5dabf8 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -49,6 +49,7 @@ class DownloadProtectionService {
|
| int64 total_bytes;
|
| bool user_initiated;
|
| std::string remote_address;
|
| + bool zipped_executable;
|
| DownloadInfo();
|
| ~DownloadInfo();
|
| std::string DebugString() const;
|
| @@ -148,6 +149,8 @@ class DownloadProtectionService {
|
| FRIEND_TEST_ALL_PREFIXES(DownloadProtectionServiceTest,
|
| CheckClientDownloadSuccess);
|
| FRIEND_TEST_ALL_PREFIXES(DownloadProtectionServiceTest,
|
| + CheckClientDownloadZip);
|
| + FRIEND_TEST_ALL_PREFIXES(DownloadProtectionServiceTest,
|
| CheckClientDownloadFetchFailed);
|
| FRIEND_TEST_ALL_PREFIXES(DownloadProtectionServiceTest,
|
| TestDownloadRequestTimeout);
|
|
|