saved_desks: Adding ash and browser flags for app launch automation

BUG=b:273791887

Change-Id: I80fe49a7d4de2f201862823e80ec80ae66f63a9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354832
Reviewed-by: Yongshun Liu <[email protected]>
Commit-Queue: Daniel Andersson <[email protected]>
Quick-Run: Hongyu Long <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1119516}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index a26a22a3..2384d91 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -4808,6 +4808,10 @@
     "Enables the ChromeOS APN Revamp, which updates cellular network APN "
     "system UI and related infrastructure.";
 
+const char kAppLaunchAutomationName[] = "Enable app launch automation";
+const char kAppLaunchAutomationDescription[] =
+    "Allows groups of apps to be launched.";
+
 const char kArcCustomTabsExperimentName[] =
     "Enable Custom Tabs experiment for ARC";
 const char kArcCustomTabsExperimentDescription[] =