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 { ...@@ -69,11 +69,11 @@ constexpr struct {
} kExperimentalFeatures[]{ } kExperimentalFeatures[]{
{&kAdSamplerTriggerFeature, false}, {&kAdSamplerTriggerFeature, false},
{&kGaiaPasswordReuseReporting, true}, {&kGaiaPasswordReuseReporting, true},
{&kGoogleBrandedPhishingWarning, false}, {&kGoogleBrandedPhishingWarning, true},
{&kLocalDatabaseManagerEnabled, true}, {&kLocalDatabaseManagerEnabled, true},
{&kParallelUrlCheck, true}, {&kParallelUrlCheck, true},
{&kPasswordFieldOnFocusPinging, true}, {&kPasswordFieldOnFocusPinging, false},
{&kProtectedPasswordEntryPinging, true}, {&kProtectedPasswordEntryPinging, false},
{&kThreatDomDetailsTagAndAttributeFeature, false}, {&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false}, {&kTriggerThrottlerDailyQuotaFeature, false},
{&kV4OnlyEnabled, true}, {&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