Commit 366755a1 authored by Thomas Tellier's avatar Thomas Tellier Committed by Commit Bot

[CrOs] Enable views-based version of multiprofile by default

Bug: 1066489
Change-Id: Idd47ef778190510a73685a97d082ae9334a35b94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2516360
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Auto-Submit: Thomas Tellier <tellier@google.com>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824407}
parent efed64f4
...@@ -388,7 +388,7 @@ const base::Feature kImeMojoDecoder{"ImeMojoDecoder", ...@@ -388,7 +388,7 @@ const base::Feature kImeMojoDecoder{"ImeMojoDecoder",
// Enables view-based version of multiprofile login, as opposed to Web UI one. // Enables view-based version of multiprofile login, as opposed to Web UI one.
const base::Feature kViewBasedMultiprofileLogin{ const base::Feature kViewBasedMultiprofileLogin{
"ViewBasedMultiprofileLogin", base::FEATURE_DISABLED_BY_DEFAULT}; "ViewBasedMultiprofileLogin", base::FEATURE_ENABLED_BY_DEFAULT};
// Enable or disable using the floating virtual keyboard as the default option // Enable or disable using the floating virtual keyboard as the default option
// 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