Commit a2df6d8f authored by Lijin Shen's avatar Lijin Shen Committed by Commit Bot

Enable tab switcher longpress menu in default

This CL defaults enabling tab switcher longpress menu feature.

Bug: 1012914
Change-Id: I39cb104bdfb8017fa4e57abce87fbdb18b2a32e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850798Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Lijin Shen <lazzzis@google.com>
Cr-Commit-Position: refs/heads/master@{#704434}
parent d41d29e9
...@@ -547,8 +547,8 @@ const base::Feature kTabGridLayoutAndroid{"TabGridLayoutAndroid", ...@@ -547,8 +547,8 @@ const base::Feature kTabGridLayoutAndroid{"TabGridLayoutAndroid",
const base::Feature kTabReparenting{"TabReparenting", const base::Feature kTabReparenting{"TabReparenting",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kTabSwitcherLongpressMenu{ const base::Feature kTabSwitcherLongpressMenu{"TabSwitcherLongpressMenu",
"TabSwitcherLongpressMenu", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn", const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn",
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