Commit b6a7b9c2 authored by Kristi Park's avatar Kristi Park Committed by Commit Bot

[NTP] Enable FakeboxSearchIconOnNtp by default

Enable FakeboxSearchIconOnNtp by default in preparation for launch.

Bug: 958655
Change-Id: Ibe559f30ac8cb73d63d0fdd38ebffbab5abe781f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691432Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Kristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675738}
parent f5e691db
...@@ -33,7 +33,7 @@ const base::Feature kRemoveNtpFakebox{"RemoveNtpFakebox", ...@@ -33,7 +33,7 @@ const base::Feature kRemoveNtpFakebox{"RemoveNtpFakebox",
// If enabled, show a search icon (magnifier glass) in the NTP fakebox. Also // If enabled, show a search icon (magnifier glass) in the NTP fakebox. Also
// implicitly enabled by |kFakeboxSearchIconColorOnNtp|. // implicitly enabled by |kFakeboxSearchIconColorOnNtp|.
const base::Feature kFakeboxSearchIconOnNtp{"FakeboxSearchIconOnNtp", const base::Feature kFakeboxSearchIconOnNtp{"FakeboxSearchIconOnNtp",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// If enabled, show a blue search icon (magnifier glass) in the NTP fakebox. // If enabled, show a blue search icon (magnifier glass) in the NTP fakebox.
const base::Feature kFakeboxSearchIconColorOnNtp{ const base::Feature kFakeboxSearchIconColorOnNtp{
......
...@@ -3444,8 +3444,7 @@ ...@@ -3444,8 +3444,7 @@
"OmniboxRichEntitySuggestions", "OmniboxRichEntitySuggestions",
"OmniboxTailSuggestions", "OmniboxTailSuggestions",
"OmniboxUIExperimentMaxAutocompleteMatches", "OmniboxUIExperimentMaxAutocompleteMatches",
"QueryInOmnibox", "QueryInOmnibox"
"UseAlternateFakeboxOnNtp"
] ]
} }
] ]
......
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