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

Unified Diff: trunk/src/chrome/browser/safe_browsing/database_manager.h

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
Index: trunk/src/chrome/browser/safe_browsing/database_manager.h
===================================================================
--- trunk/src/chrome/browser/safe_browsing/database_manager.h (revision 204084)
+++ trunk/src/chrome/browser/safe_browsing/database_manager.h (working copy)
@@ -172,9 +172,6 @@
// This method is expected to be called on the IO thread.
virtual bool MatchDownloadWhitelistString(const std::string& str);
- // Check if the CSD malware IP matching kill switch is turned on.
- virtual bool MalwareKillSwitchOn();
-
// Called on the IO thread to cancel a pending check if the result is no
// longer needed.
void CancelCheck(Client* client);

Powered by Google App Engine
This is Rietveld 408576698