commit | 6f2e81413b6a76498e9c091c4724622350082bfd | [log] [tgz] |
---|---|---|
author | Max Li <[email protected]> | Wed Oct 23 13:34:11 2019 |
committer | Commit Bot <[email protected]> | Wed Oct 23 13:34:11 2019 |
tree | 23a61d7c83813602f874d36533a92732c4a881d6 | |
parent | 7293c0adaa6f9ae81ebaaadb0adc44384465a959 [diff] [blame] |
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.";