Commit 66d14267 authored by Jialiu Lin's avatar Jialiu Lin Committed by Commit Bot

Correct features currently under experiments

Bug: 
Change-Id: Id6f22d5af556186494514527a353c9b71b9c66fd
Reviewed-on: https://chromium-review.googlesource.com/688684Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Commit-Queue: Jialiu Lin <jialiul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504881}
parent 82271d29
......@@ -69,11 +69,11 @@ constexpr struct {
} kExperimentalFeatures[]{
{&kAdSamplerTriggerFeature, false},
{&kGaiaPasswordReuseReporting, true},
{&kGoogleBrandedPhishingWarning, false},
{&kGoogleBrandedPhishingWarning, true},
{&kLocalDatabaseManagerEnabled, true},
{&kParallelUrlCheck, true},
{&kPasswordFieldOnFocusPinging, true},
{&kProtectedPasswordEntryPinging, true},
{&kPasswordFieldOnFocusPinging, false},
{&kProtectedPasswordEntryPinging, false},
{&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false},
{&kV4OnlyEnabled, true},
......
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