Commit f29a5569 authored by Joe DeBlasio's avatar Joe DeBlasio Committed by Commit Bot

Add target embedding to Safety Tip field trial config.

This CL adds the new target embedding parameter for Safety Tips to the
field trial testing config.  This is a new feature that is only ever
disabled by variations right now, so nothing user-visible is changing.

The parameter was added in crrev.com/c/2119374 .

Change-Id: Ie233c128d814a4048d5b89aca73fb637fda492ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134951
Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756319}
parent ab643413
...@@ -2186,6 +2186,7 @@ ...@@ -2186,6 +2186,7 @@
"params": { "params": {
"editdistance": "false", "editdistance": "false",
"editdistance_siteengagement": "true", "editdistance_siteengagement": "true",
"targetembedding": "false",
"topsites": "true" "topsites": "true"
}, },
"enable_features": [ "enable_features": [
......
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