| 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(
|
|
|