commit | 3dde8f63b647be2956920c20a1e6bbdfc769f3eb | [log] [tgz] |
---|---|---|
author | Elly Fong-Jones <[email protected]> | Wed Sep 15 22:38:20 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Sep 15 22:38:20 2021 |
tree | dff31e5a2db9f9cd40989e75c1d5f0660567c43d | |
parent | 2110806217d5c833280943e2445813ad6a5cbadc [diff] [blame] |
desktop-share-menu: add chrome://flags entry This allows for testing the feature :) Bug: 1218211 Change-Id: I02110e0bd916bfb6d00c479c6861cde9c90a7ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3163133 Commit-Queue: Elly Fong-Jones <[email protected]> Reviewed-by: Kristi Park <[email protected]> Cr-Commit-Position: refs/heads/main@{#921901}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index dd5dfc03..1437c9e 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2842,6 +2842,11 @@ "Enables users to justify their extension requests by causing a text field " "to appear on the extension request dialog."; +const char kShareContextMenuName[] = "Share context menu"; +const char kShareContextMenuDescription[] = + "Whether the sharing options in various context menus are grouped into " + "a common submenu."; + // Android --------------------------------------------------------------------- #if defined(OS_ANDROID)