Commit da77c692 authored by Min Qin's avatar Min Qin Committed by Chromium LUCI CQ

Add testing connfig for Smart download location suggestion

BUG=1136562

Change-Id: I474995a05ce42974e2a38cbb34e93a366cd8fc34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588302
Commit-Queue: Min Qin <qinmin@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837348}
parent 6cb62af2
...@@ -156,6 +156,7 @@ public class DownloadLocationChangeTest implements CustomMainActivityStart { ...@@ -156,6 +156,7 @@ public class DownloadLocationChangeTest implements CustomMainActivityStart {
@MediumTest @MediumTest
@Feature({"Downloads"}) @Feature({"Downloads"})
@Features.EnableFeatures(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE) @Features.EnableFeatures(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)
@Features.DisableFeatures(ChromeFeatureList.SMART_SUGGESTION_FOR_LARGE_DOWNLOADS)
public void testNoDialogWithoutSDCard() { public void testNoDialogWithoutSDCard() {
int currentCallCount = mDownloadTestRule.getChromeDownloadCallCount(); int currentCallCount = mDownloadTestRule.getChromeDownloadCallCount();
startDownload(/*hasSDCard=*/false); startDownload(/*hasSDCard=*/false);
......
...@@ -6801,6 +6801,21 @@ ...@@ -6801,6 +6801,21 @@
] ]
} }
], ],
"SmartSuggestionForLargeDownloads": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SmartSuggestionForLargeDownloads"
]
}
]
}
],
"SmoothnessModeForAnimatedScrolls": [ "SmoothnessModeForAnimatedScrolls": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment