Commit a2c7d9b9 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Set GuestOsExternalProtocol feature enabled by default

Bug: b/168506505
Change-Id: Icb2ec0c51e8257416aa5eaf102fca8aa18051203
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462983Reviewed-by: default avatarJason Lin <lxj@google.com>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816025}
parent 7e8c4d34
...@@ -339,7 +339,7 @@ const base::Feature kGesturePropertiesDBusService{ ...@@ -339,7 +339,7 @@ const base::Feature kGesturePropertiesDBusService{
// Enable Guest OS external protocol handling. // Enable Guest OS external protocol handling.
const base::Feature kGuestOsExternalProtocol{"GuestOsExternalProtocol", const base::Feature kGuestOsExternalProtocol{"GuestOsExternalProtocol",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enables editing with handwriting gestures within the virtual keyboard. // Enables editing with handwriting gestures within the virtual keyboard.
const base::Feature kHandwritingGestureEditing{ const base::Feature kHandwritingGestureEditing{
......
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