Add WebAPK retry flags to chrome://flags
Bug: 1409642
Change-Id: Ib344356fde1ffb7bdf11750187bb429dddb87f2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4615225
Commit-Queue: Ella Ge <[email protected]>
Reviewed-by: Glenn Hartmann <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1157798}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 1b59b7e6..6a597f8b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -4420,6 +4420,16 @@
"Use Credential Management API for passkeys. Requires Android 14 or "
"higher.";
+const char kWebApkInstallFailureNotificationName[] =
+ "Web app install failure notification";
+const char kWebApkInstallFailureNotificationDescription[] =
+ "Enables showing a notification when web app install failed";
+
+const char kWebApkInstallFailureRetryName[] = "Web app install retry";
+const char kWebApkInstallFailureRetryDescription[] =
+ "Allows user to retry failed web app installs with the failure "
+ "notification";
+
const char kWebFeedName[] = "Web Feed";
const char kWebFeedDescription[] =
"Allows users to keep up with and consume web content.";