Commit 2278ffaf authored by hkamila's avatar hkamila Committed by Commit Bot

kThreatDomDetailsTagAndAttributeFeature removed from experiments list in Safe Browsing Page

Bug: 
Change-Id: Ib2ced6b11cf9fe1736c8e97c8f06005d660ce028
Reviewed-on: https://chromium-review.googlesource.com/567173
Commit-Queue: Kamila Hasanbega <hkamila@google.com>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarLuke Z <lpz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485861}
parent 5ddcccf7
......@@ -36,11 +36,12 @@ namespace {
// set to True if the experiment is currently running at a probability other
// than 1 or 0, or to False otherwise.
std::vector<std::pair<const base::Feature*, bool>>
GetExperimentalFeaturesList() {
std::vector<std::pair<const base::Feature*, bool>> experimental_features_list{
std::make_pair(&kLocalDatabaseManagerEnabled, true),
std::make_pair(&kV4OnlyEnabled, true),
std::make_pair(&kThreatDomDetailsTagAndAttributeFeature, true)};
std::make_pair(&kThreatDomDetailsTagAndAttributeFeature, false)};
return experimental_features_list;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment