| 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..6af2e0cf3989ce4479245d6b3eb47744efdabd63 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| @@ -137,6 +137,9 @@ class ClientSideDetectionHost : public content::WebContentsObserver,
|
| int unsafe_unique_page_id_;
|
| scoped_ptr<SafeBrowsingUIManager::UnsafeResource> unsafe_resource_;
|
|
|
| + // Whether the malware IP matching feature killswitch is on.
|
| + bool malware_killswitch_on_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
|
| };
|
|
|
|
|