Commit 932e5c13 authored by Rachel Carpenter's avatar Rachel Carpenter Committed by Chromium LUCI CQ

Enable HelpAppSearchServiceIntegration by default.

Targeted for M89, launch bug crbug/1104668

Bug: b/174514210
Change-Id: Ica81eef4d720142a1725b105da5159ce46873e9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583586Reviewed-by: default avatardstockwell <dstockwell@google.com>
Commit-Queue: Rachel Carpenter <carpenterr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835831}
parent 4e699456
...@@ -402,7 +402,7 @@ const base::Feature kHelpAppFirstRun{"HelpAppFirstRun", ...@@ -402,7 +402,7 @@ const base::Feature kHelpAppFirstRun{"HelpAppFirstRun",
// Enable the search service integration in the Help app. // Enable the search service integration in the Help app.
const base::Feature kHelpAppSearchServiceIntegration{ const base::Feature kHelpAppSearchServiceIntegration{
"HelpAppSearchServiceIntegration", base::FEATURE_DISABLED_BY_DEFAULT}; "HelpAppSearchServiceIntegration", base::FEATURE_ENABLED_BY_DEFAULT};
// Enable or disable IME decoder via Mojo connection on Chrome OS. // Enable or disable IME decoder via Mojo connection on Chrome OS.
const base::Feature kImeMojoDecoder{"ImeMojoDecoder", const base::Feature kImeMojoDecoder{"ImeMojoDecoder",
......
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