Index: chrome/browser/safe_browsing/client_side_detection_host.h |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h |
index 73d805896571725046fee8f3549967c626559444..70dbbbea9dca0a01b3a3a449372233be264c99c0 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.h |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.h |
@@ -137,6 +137,8 @@ class ClientSideDetectionHost : public content::WebContentsObserver, |
int unsafe_unique_page_id_; |
scoped_ptr<SafeBrowsingUIManager::UnsafeResource> unsafe_resource_; |
+ // Whether the malware bad ip matching and report feature is enabled. |
+ bool malware_report_enabled_; |
DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost); |
}; |