Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
index 2b636487740047e425333cdf147c4a4b3d73facc..e522c2bb42dc5c098af244da0e0e852c916bcb3b 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
@@ -219,6 +219,10 @@ class ClientSideDetectionHostTest : public ChromeRenderViewHostTestHarness { |
// We need to create this here since we don't call |
// DidNavigateMainFramePostCommit in this test. |
csd_host_->browse_info_.reset(new BrowseInfo); |
+ |
+ // By default this is set to false. Turn it on as if we are in canary or |
+ // dev channel |
+ csd_host_->malware_report_enabled_ = true; |
} |
static void RunAllPendingOnIO(base::WaitableEvent* event) { |