Commit 0c8b242e authored by Mathieu Perreault's avatar Mathieu Perreault Committed by Commit Bot

[Emoji Panel] Enable by default on Windows

Bug: 842014
Change-Id: Ie645e71c03c71fb7b7ddd7550128eb43bec3bc07
Reviewed-on: https://chromium-review.googlesource.com/1159190Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Mathieu Perreault <mathp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579996}
parent 901b1749
...@@ -16,7 +16,7 @@ namespace features { ...@@ -16,7 +16,7 @@ namespace features {
// text areas. // text areas.
const base::Feature kEnableEmojiContextMenu { const base::Feature kEnableEmojiContextMenu {
"EnableEmojiContextMenu", "EnableEmojiContextMenu",
#if defined(OS_MACOSX) #if defined(OS_MACOSX) || defined(OS_WIN)
base::FEATURE_ENABLED_BY_DEFAULT base::FEATURE_ENABLED_BY_DEFAULT
#else #else
base::FEATURE_DISABLED_BY_DEFAULT base::FEATURE_DISABLED_BY_DEFAULT
......
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