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

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

Issue 2731913003: Remove FillDOMInThreatDetails finch feature. (Closed)
Patch Set: Sync Created 3 years, 9 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 | « chrome/browser/safe_browsing/threat_details.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/threat_details_unittest.cc
diff --git a/chrome/browser/safe_browsing/threat_details_unittest.cc b/chrome/browser/safe_browsing/threat_details_unittest.cc
index 1122c129517cb80ef72c77395bbea60e9ae9d2fc..ceea21285c5b06f49d3c0f7d15a16cba2435d19f 100644
--- a/chrome/browser/safe_browsing/threat_details_unittest.cc
+++ b/chrome/browser/safe_browsing/threat_details_unittest.cc
@@ -11,7 +11,6 @@
#include "base/pickle.h"
#include "base/run_loop.h"
#include "base/test/histogram_tester.h"
-#include "base/test/scoped_feature_list.h"
#include "base/time/time.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/profiles/profile.h"
@@ -213,9 +212,6 @@ class ThreatDetailsTest : public ChromeRenderViewHostTestHarness {
ChromeRenderViewHostTestHarness::SetUp();
ASSERT_TRUE(profile()->CreateHistoryService(true /* delete_file */,
false /* no_db */));
-
- feature_list_.reset(new base::test::ScopedFeatureList);
- feature_list_->InitAndEnableFeature(kFillDOMInThreatDetails);
}
std::string WaitForSerializedReport(ThreatDetails* report,
@@ -371,7 +367,6 @@ class ThreatDetailsTest : public ChromeRenderViewHostTestHarness {
}
scoped_refptr<MockSafeBrowsingUIManager> ui_manager_;
- std::unique_ptr<base::test::ScopedFeatureList> feature_list_;
};
// Tests creating a simple threat report of a malware URL.
« no previous file with comments | « chrome/browser/safe_browsing/threat_details.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698