commit | ce88ffdd5c3ebbba013db4e192b9f1aec3868d2e | [log] [tgz] |
---|---|---|
author | Rachel Wong <[email protected]> | Tue Aug 10 04:32:56 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Aug 10 04:32:56 2021 |
tree | 42741e626c666a015893868cb0e00f33b8c683ad | |
parent | 2746ed7ea9b04ac02d568f3016c4451dc0a4ed6e [diff] [blame] |
[suggested files] Create a new flag for Drive suggestions. Local and Drive file suggestions are currently gated behind the same flag, but we need to split them in order to run separate Finch experiments. This CL creates a new flag for Drive suggestions, as per https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/how_to_add_your_feature_flag.md. Subsequent CLs will migrate Drive file suggestions to use the new flag. This CL also extends some expiring flag milestones. Bug: 1237317 Change-Id: I49849b94573a5e696686fdac689bbacd62972458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3077106 Commit-Queue: Rachel Wong <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Reviewed-by: Amanda Deacon <[email protected]> Cr-Commit-Position: refs/heads/master@{#910151}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 8741c91..a535335 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -4439,8 +4439,14 @@ const char kEnableSuggestedFilesName[] = "Enable Suggested Files"; const char kEnableSuggestedFilesDescription[] = - "Enable Suggested Files feature in Launcher, which will show file " - "suggestions in the suggestion chips when the launcher is opened"; + "Enable the Suggested Files feature in Launcher, which will show local " + "file suggestions in the suggestion chips when the launcher is opened."; + +const char kEnableSuggestedDriveFilesName[] = "Enable Suggested Drive Files"; +const char kEnableSuggestedDriveFilesDescription[] = + "Enable the Suggested Drive Files feature in Launcher, which will show " + "Drive file suggestions in the suggestion chips when the launcher is " + "opened."; const char kESimPolicyName[] = "Enable ESim Policy"; const char kESimPolicyDescription[] =