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/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index de6fb7b..9bc59c0b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -531,11 +531,16 @@
"URLs that are in-scope of Desktop PWAs will open in a window. Requires "
"#enable-desktop-pwas.";
+const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
+const char kDesktopPWAsCustomTabUIDescription[] =
+ "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
+ "for displaying the page title and origin instead of the location bar.";
+
const char kDesktopPWAsStayInWindowName[] =
"Desktop PWAs out-of-scope links open in the app window";
const char kDesktopPWAsStayInWindowDescription[] =
- "Links to sites in a different scope will open in a custom "
- "tab (inside the PWA window) as opposed to in the browser.";
+ "Links to sites in a different scope will open inside the PWA window as "
+ "opposed to in the browser.";
const char kEnableSystemWebAppsName[] = "System Web Apps";
const char kEnableSystemWebAppsDescription[] =