Adds flag for using custom tab UI.
This flag will control whether or not the new custom tab bar UI is used.
Bug: 853593
Change-Id: Ie8ab91d10fc6543ab560a50795dd5e26b8e31146
Reviewed-on: https://chromium-review.googlesource.com/c/1312135
Commit-Queue: Jay Harris <[email protected]>
Reviewed-by: Matt Giuca <[email protected]>
Cr-Commit-Position: refs/heads/master@{#604787}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 45046da7..c71349af 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2298,6 +2298,10 @@
{"enable-system-webapps", flag_descriptions::kEnableSystemWebAppsName,
flag_descriptions::kEnableSystemWebAppsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kSystemWebApps)},
+ {"enable-desktop-pwas-custom-tab-ui",
+ flag_descriptions::kDesktopPWAsCustomTabUIName,
+ flag_descriptions::kDesktopPWAsCustomTabUIDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(features::kDesktopPWAsCustomTabUI)},
{"enable-desktop-pwas-stay-in-window",
flag_descriptions::kDesktopPWAsStayInWindowName,
flag_descriptions::kDesktopPWAsStayInWindowDescription, kOsDesktop,