Commit 29de0840 authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

CCT: enable background tab feature by default.

The finch experiment has been running as a kill-switch for a quarter,
which is not the right way to run this. We should just enable the feature,
and if it needs to be killed only at that point push out an experiment.

Bug: 710720
Change-Id: Id9b0ae2d0d66e8082a98346921a51838e3c6a381
Reviewed-on: https://chromium-review.googlesource.com/803815Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520970}
parent 21daba15
......@@ -170,7 +170,7 @@ const base::Feature kAndroidSigninPromos{"AndroidSigninPromos",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kCCTBackgroundTab{"CCTBackgroundTab",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kCCTExternalLinkHandling{"CCTExternalLinkHandling",
base::FEATURE_ENABLED_BY_DEFAULT};
......
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