Commit 610700eb authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Add finch test config for LookalikeUrlNavigationSuggestions

Bug: 878153
Change-Id: Iaced89171e98169ea126f0b9b73000422ffebf8f
Reviewed-on: https://chromium-review.googlesource.com/c/1197503Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600848}
parent 55870333
......@@ -65,6 +65,9 @@ class LookalikeUrlNavigationObserverBrowserTest
} else if (GetParam() == FeatureTestState::kEnabledWithUI) {
feature_list_.InitAndEnableFeature(
features::kLookalikeUrlNavigationSuggestions);
} else {
feature_list_.InitAndDisableFeature(
features::kLookalikeUrlNavigationSuggestions);
}
InProcessBrowserTest::SetUp();
}
......
......@@ -2438,6 +2438,28 @@
]
}
],
"LookalikeUrlNavigationSuggestions": [
{
"platforms": [
"linux",
"mac",
"windows",
"android",
"chromeos"
],
"experiments": [
{
"name": "Enabled_V2",
"params": {
"metrics_only": "true"
},
"enable_features": [
"LookalikeUrlNavigationSuggestions"
]
}
]
}
],
"LowPriorityIframes2": [
{
"platforms": [
......
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