commit | 38061afa85241890a83c1085d2f786f03783b2cc | [log] [tgz] |
---|---|---|
author | Wenyu Fu <[email protected]> | Wed Oct 20 23:18:14 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Oct 20 23:18:14 2021 |
tree | 8bff3d1076e4ab8a2dddf65df4cf97131c116743 | |
parent | 539672b10538005ce702b0c6ca588a7448fc9d55 [diff] [blame] |
[DragDrop] Add feature flag to control context menu anchor Bug: 1261249 Change-Id: I49f808eca32d8db80bb221fb9791526acb3e68b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3230234 Commit-Queue: Wenyu Fu <[email protected]> Auto-Submit: Wenyu Fu <[email protected]> Reviewed-by: Theresa <[email protected]> Cr-Commit-Position: refs/heads/main@{#933689}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 5653b3c4..63f8ef1 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -3058,6 +3058,11 @@ "A new method of persisting Tab data across restarts has been devised " "and implemented. This actives the new approach."; +const char kContextMenuPopupStyleName[] = "Context menu popup style"; +const char kContextMenuPopupStyleDescription[] = + "Enable the popup style context menu, where the context menu will be" + "anchored around the touch point."; + const char kContextualSearchDebugName[] = "Contextual Search debug"; const char kContextualSearchDebugDescription[] = "Enables internal debugging of Contextual Search behavior on the client "