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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page_test.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 | « no previous file | chrome/browser/safe_browsing/threat_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
index e9930242de1a9e8ce95655cedbadf8e63f4bf6b4..36c278ed385d536b15db7c58dacc4a67a248c951 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
@@ -335,9 +335,8 @@ class SafeBrowsingBlockingPageBrowserTest
}
void SetUpCommandLine(base::CommandLine* command_line) override {
- command_line->AppendSwitchASCII(
- "enable-features",
- "FillDOMInThreatDetails,ThreatDomDetailsTagAttributes<SBDomStudy");
+ command_line->AppendSwitchASCII("enable-features",
+ "ThreatDomDetailsTagAttributes<SBDomStudy");
command_line->AppendSwitchASCII("force-fieldtrials",
"SBDomStudy/SBDomGroup");
command_line->AppendSwitchASCII(
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/threat_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698