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

Unified Diff: chrome/browser/safe_browsing/download_protection_service_unittest.cc

Issue 444123002: Adding a new delayed analysis that verify binaries signature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@grt
Patch Set: Last minute nit fix Created 6 years, 4 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: chrome/browser/safe_browsing/download_protection_service_unittest.cc
diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
index 8f82383f5b5e6498e1ad9194cc01b77568c34a5a..9bbb3b1a578424bd4cdd168e2aea239114c7bb55 100644
--- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
@@ -92,6 +92,8 @@ class FakeSafeBrowsingService : public SafeBrowsingService {
return mock_database_manager_;
}
+ virtual void RegisterAllDelayedAnalysis() OVERRIDE { }
+
private:
MockSafeBrowsingDatabaseManager* mock_database_manager_;

Powered by Google App Engine
This is Rietveld 408576698