Index: chrome/browser/safe_browsing/database_manager.h |
diff --git a/chrome/browser/safe_browsing/database_manager.h b/chrome/browser/safe_browsing/database_manager.h |
index e001a35e0705516df9fa53fe56b52d0dfecbc81e..5d3e0e2b91de9ed77d3842a0d87502d9763cb807 100644 |
--- a/chrome/browser/safe_browsing/database_manager.h |
+++ b/chrome/browser/safe_browsing/database_manager.h |
@@ -389,6 +389,9 @@ class SafeBrowsingDatabaseManager |
// Indicate if the csd malware IP blacklist should be enabled. |
bool enable_ip_blacklist_; |
+ // Indicate if the unwanted software blacklist should be enabled. |
+ bool enable_unwanted_software_blacklist_; |
+ |
// The SafeBrowsing thread that runs database operations. |
// |
// Note: Functions that run on this thread should run synchronously and return |