commit | c394db60a31dc90770c8ca224c77fca08df9b389 | [log] [tgz] |
---|---|---|
author | Hung Vu <[email protected]> | Fri Aug 21 21:26:52 2020 |
committer | Commit Bot <[email protected]> | Fri Aug 21 21:26:52 2020 |
tree | 36128d246559580011c3ec62a5cbf4fb8cd88cab | |
parent | d926840946852e1fad8e54130d656abb5e985420 [diff] [blame] |
Add smart suggestion for large downloads flag This CL adds the flag for handling smart suggestion for large downloads Bug: 1118207 Change-Id: I695757bef4119d97fc594d08945406a14a36723c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368154 Commit-Queue: Hung Vu <[email protected]> Reviewed-by: Xing Liu <[email protected]> Reviewed-by: Min Qin <[email protected]> Reviewed-by: Hesen Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#800737}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 2c032b10..aa34145 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1785,6 +1785,9 @@ extern const char kSiteIsolationForPasswordSitesName[]; extern const char kSiteIsolationForPasswordSitesDescription[]; +extern const char kSmartSuggestionForLargeDownloadsName[]; +extern const char kSmartSuggestionForLargeDownloadsDescription[]; + extern const char kStartSurfaceAndroidName[]; extern const char kStartSurfaceAndroidDescription[];