Add flag for fetching device activity statuses

Bug: 923594
Change-Id: I44f33f94538bcb7a52a889377523bb9048e4d266
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874591
Commit-Queue: Max Li <[email protected]>
Reviewed-by: Josh Nohle <[email protected]>
Cr-Commit-Position: refs/heads/master@{#708600}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7df0e90..3dcd957 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3298,6 +3298,11 @@
 const char kCrostiniWebUIInstallerDescription[] =
     "Enable the new WebUI Crostini Installer.";
 
+const char kCryptAuthV2DeviceActivityStatusName[] =
+    "CryptAuth Device Activity Status";
+const char kCryptAuthV2DeviceActivityStatusDescription[] =
+    "Use the CryptAuth GetDevicesActivityStatus API to sort devices.";
+
 const char kCryptAuthV2DeviceSyncName[] = "CryptAuth v2 DeviceSync";
 const char kCryptAuthV2DeviceSyncDescription[] =
     "Use the CryptAuth v2 DeviceSync protocol.";