Index: trunk/src/chrome/browser/safe_browsing/client_side_detection_host.h |
=================================================================== |
--- trunk/src/chrome/browser/safe_browsing/client_side_detection_host.h (revision 204084) |
+++ trunk/src/chrome/browser/safe_browsing/client_side_detection_host.h (working copy) |
@@ -137,12 +137,8 @@ |
int unsafe_unique_page_id_; |
scoped_ptr<SafeBrowsingUIManager::UnsafeResource> unsafe_resource_; |
- // Whether the malware IP matching feature killswitch is on. |
- bool malware_killswitch_on_; |
- |
// Whether the malware bad ip matching and report feature is enabled. |
bool malware_report_enabled_; |
- |
DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost); |
}; |