Commit ffd922ba authored by manuk's avatar manuk Committed by Commit Bot

[omnibox] Add localEntities config to fieldtrial_testing_config.json

Change-Id: I92a9d623740fefb12e98922ffb072158a664d571
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118759
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753242}
parent 1ab8b6ff
......@@ -3648,7 +3648,6 @@
"NtpRealboxMatchOmniboxTheme",
"OmniboxDisplayTitleForCurrentUrl",
"OmniboxDocumentProvider",
"OmniboxLocalEntitySuggestions",
"OmniboxMaxURLMatches",
"OmniboxOnFocusSuggestions",
"OmniboxRemoveSuggestionsFromClipboard",
......@@ -3692,6 +3691,25 @@
]
}
],
"OmniboxLocalEntities": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows",
"android"
],
"experiments": [
{
"name": "DesktopAndAndroidExperiments",
"enable_features": [
"OmniboxLocalEntitySuggestions"
]
}
]
}
],
"OmniboxOnDeviceHeadSuggest": [
{
"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