Commit 25d52129 authored by Rachel Carpenter's avatar Rachel Carpenter Committed by Commit Bot

Enable kHelpAppV2 by default.

For M82.
Launch bug: https://crbug.com/1042109

Bug: 1012578
Change-Id: I76e80ed1f8afc5a34f76fbad30ebef731fd84ff0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076738Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Commit-Queue: Rachel Carpenter <carpenterr@google.com>
Cr-Commit-Position: refs/heads/master@{#744935}
parent bca13f5d
...@@ -166,7 +166,7 @@ const base::Feature kGaiaActionButtons{"GaiaActionButtons", ...@@ -166,7 +166,7 @@ const base::Feature kGaiaActionButtons{"GaiaActionButtons",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// The new ChromeOS Help App. https://crbug.com/1012578. // The new ChromeOS Help App. https://crbug.com/1012578.
const base::Feature kHelpAppV2{"HelpAppV2", base::FEATURE_DISABLED_BY_DEFAULT}; const base::Feature kHelpAppV2{"HelpAppV2", base::FEATURE_ENABLED_BY_DEFAULT};
// Enable or disable Unified Input Logic for HMM decoder in the IME extension // Enable or disable Unified Input Logic for HMM decoder in the IME extension
// on Chrome OS. // on Chrome OS.
......
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