Index: chrome/browser/safe_browsing/safe_browsing_service.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h |
index 0b949385bc6c9c00f3cc082dddb5da7b91099ca7..66a49521d6ebee07328c35c10cbb6b5676db0cda 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h |
@@ -495,6 +495,9 @@ class SafeBrowsingService |
// or not. |
bool enable_csd_whitelist_; |
+ // Indicate if the download whitelist should be enabled or not. |
+ bool enable_download_whitelist_; |
+ |
// The SafeBrowsing thread that runs database operations. |
// |
// Note: Functions that run on this thread should run synchronously and return |