Add web app launch handler to about:flags
This exposes the WebAppEnabledLaunchHandler flag to about:flags as:
chrome://flags#enable-desktop-pwas-launch-handler
Bug: 1231886
Change-Id: Id219c5632c715190f58d9e77395e792391f1d42a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3131673
Auto-Submit: Alan Cutter <[email protected]>
Commit-Queue: Eric Willigers <[email protected]>
Reviewed-by: Eric Willigers <[email protected]>
Cr-Commit-Position: refs/heads/main@{#916976}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 1a591ea..5333fe9 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -775,6 +775,12 @@
"https://github.com/WICG/sw-launch/blob/master/"
"declarative_link_capturing.md";
+const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
+const char kDesktopPWAsLaunchHandlerDescription[] =
+ "Enable web app manifests to declare app launch behavior. Prototype "
+ "implementation of: "
+ "https://github.com/WICG/sw-launch/blob/main/launch_handler.md";
+
const char kDesktopPWAsManifestIdName[] = "Desktop PWA manifest id";
const char kDesktopPWAsManifestIdDescription[] =
"Enable web app manifests to declare id. Prototype "