Commit dda02200 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Enable kContextMenuElementPostMessage feature by default.

Bug: 228355
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I9177b7841982999299f31084ce3b042aefd59fdc
Reviewed-on: https://chromium-review.googlesource.com/942027Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561943}
parent fcd16760
...@@ -8,7 +8,7 @@ namespace web { ...@@ -8,7 +8,7 @@ namespace web {
namespace features { namespace features {
const base::Feature kContextMenuElementPostMessage{ const base::Feature kContextMenuElementPostMessage{
"ContextMenuElementPostMessage", base::FEATURE_DISABLED_BY_DEFAULT}; "ContextMenuElementPostMessage", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSlimNavigationManager{"SlimNavigationManager", const base::Feature kSlimNavigationManager{"SlimNavigationManager",
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