Index: chrome/browser/renderer_host/safe_browsing_resource_throttle.cc |
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc b/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc |
index 5eb2f6a577a23d59706cf1e7d63c9266fb739c83..ae055d5a23400894a081441068fa60abbc489636 100644 |
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc |
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc |
@@ -91,12 +91,6 @@ void SafeBrowsingResourceThrottle::OnCheckBrowseUrlResult( |
CHECK(url == url_being_checked_) << "Was expecting: " << url_being_checked_ |
<< " but got: " << url; |
-#if defined(OS_ANDROID) |
- // Temporarily disable SB interstitial during Finch experiment. |
- // The database check is still exercised, but the interstitial never shown. |
- threat_type = SB_THREAT_TYPE_SAFE; |
-#endif |
Nico
2015/05/13 00:07:23
Same question
Nathan Parker
2015/05/13 00:11:23
Acknowledged.
|
- |
timer_.Stop(); // Cancel the timeout timer. |
threat_type_ = threat_type; |
state_ = STATE_NONE; |