summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/base_resource_throttle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/safe_browsing/base_resource_throttle.h')
-rw-r--r--chromium/components/safe_browsing/base_resource_throttle.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/components/safe_browsing/base_resource_throttle.h b/chromium/components/safe_browsing/base_resource_throttle.h
index adb4d3d0da5..1fe92f31603 100644
--- a/chromium/components/safe_browsing/base_resource_throttle.h
+++ b/chromium/components/safe_browsing/base_resource_throttle.h
@@ -5,8 +5,6 @@
#ifndef COMPONENTS_SAFE_BROWSING_BASE_RESOURCE_THROTTLE_H_
#define COMPONENTS_SAFE_BROWSING_BASE_RESOURCE_THROTTLE_H_
-#include <set>
-#include <string>
#include <vector>
#include "base/macros.h"
@@ -188,11 +186,6 @@ class BaseResourceThrottle
const content::ResourceType resource_type_;
net::NetLogWithSource net_log_with_source_;
- // TODO(vakh): The following set should be removed after fixing
- // http://crbug.com/660293
- // URLs that timed out waiting for a SafeBrowsing reputation check.
- std::set<GURL> timed_out_urls_;
-
DISALLOW_COPY_AND_ASSIGN(BaseResourceThrottle);
};