Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: trunk/src/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc

Issue 16398002: Revert 203400 "Add a killswitch for CSD malware IP match and rep..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc (revision 204084)
+++ trunk/src/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc (working copy)
@@ -143,9 +143,6 @@
const std::vector<SBFullHashResult>& full_hits) OVERRIDE {
// Do nothing for the cache.
}
- virtual bool MalwareIPMatchKillSwitchOn() OVERRIDE {
- return false;
- }
// Fill up the database with test URL.
void AddUrl(const GURL& url,
« no previous file with comments | « trunk/src/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698