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

Unified Diff: chrome/browser/download/download_browsertest.cc

Issue 2675063002: Browser tests for using the new SafeBrowsing protocol (v4) (Closed)
Patch Set: shess@'s review Created 3 years, 10 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/download/download_browsertest.cc
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
index ec5e7e6465eb8f019e218582e3d59ec3c2be28fd..dc8dab8371161c9867eea631085d4ca3e5435694 100644
--- a/chrome/browser/download/download_browsertest.cc
+++ b/chrome/browser/download/download_browsertest.cc
@@ -1085,7 +1085,8 @@ class FakeSafeBrowsingService
: public safe_browsing::TestSafeBrowsingService,
public safe_browsing::ServicesDelegate::ServicesCreator {
public:
- FakeSafeBrowsingService() {
+ FakeSafeBrowsingService()
+ : TestSafeBrowsingService(safe_browsing::V4UsageStatus::V4_DISABLED) {
services_delegate_ =
safe_browsing::ServicesDelegate::CreateForTest(this, this);
}

Powered by Google App Engine
This is Rietveld 408576698