commit | 83ac7eef679c1187a55505836c4e74f6e2c4ade1 | [log] [tgz] |
---|---|---|
author | Gang Wu <[email protected]> | Wed Apr 19 23:22:47 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 19 23:22:47 2023 |
tree | 56008fced7def14dc2e97ff18d25db16b044e63f | |
parent | a1de6659af1fa983f699d33ba1199fe26659c072 [diff] [blame] |
[AppIntegration] Add a new flag for Android App Integration This flag is for Android App Integraion. Change-Id: I527aac2507f24a8be47491ae3e7e4dd8d762d77a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4439032 Reviewed-by: Tomasz Wiszkowski <[email protected]> Commit-Queue: Gang Wu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1132769}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index ccecf62..c31e8d3 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -77,6 +77,10 @@ "When there are multiple displays, windows open on the display where " "cursor is located."; +const char kAndroidAppIntegrationName[] = "Integrate with Android App Search"; +const char kAndroidAppIntegrationDescription[] = + "If enabled, allows Chrome to integrate with the Android App Search."; + const char kAnimatedImageResumeName[] = "Use animated image resume behavior"; const char kAnimatedImageResumeDescription[] = "Resumes animated images from the last frame drawn rather than attempt "