Commit a540adfd authored by Min Qin's avatar Min Qin Committed by Commit Bot

Add QueryTiles experiments to fieldtrial_testing_config

see cl/314848673

Change-Id: I883f7ebb436bae3b5d3020b0e79dbac4abc63b4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232999Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Reviewed-by: default avatarShakti Sahu <shaktisahu@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Min Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776183}
parent 07451b00
......@@ -57,7 +57,7 @@ import java.util.List;
"disable-features=IPH_FeedHeaderMenu"})
@Features.EnableFeatures({ChromeFeatureList.INTEREST_FEED_CONTENT_SUGGESTIONS,
ChromeFeatureList.OMNIBOX_SEARCH_ENGINE_LOGO})
@Features.DisableFeatures(ChromeFeatureList.REPORT_FEED_USER_ACTIONS)
@Features.DisableFeatures({ChromeFeatureList.REPORT_FEED_USER_ACTIONS, ChromeFeatureList.QUERY_TILES})
public class FeedNewTabPageCardRenderTest {
//clang-format on
private static final String TEST_FEED_DATA_BASE_PATH = "/chrome/test/data/android/feed/";
......
......@@ -92,7 +92,8 @@ import java.util.List;
@CommandLineFlags.
Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE, "disable-features=IPH_FeedHeaderMenu"})
@Features.EnableFeatures(ChromeFeatureList.INTEREST_FEED_CONTENT_SUGGESTIONS)
@Features.DisableFeatures(ChromeFeatureList.REPORT_FEED_USER_ACTIONS)
@Features.
DisableFeatures({ChromeFeatureList.REPORT_FEED_USER_ACTIONS, ChromeFeatureList.QUERY_TILES})
public class FeedNewTabPageTest {
private static final int ARTICLE_SECTION_HEADER_POSITION = 1;
private static final int SIGNIN_PROMO_POSITION = 2;
......
......@@ -92,8 +92,8 @@ import java.util.concurrent.TimeUnit;
@RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.
Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE, "disable-features=IPH_FeedHeaderMenu"})
@Features.
DisableFeatures({ChromeFeatureList.EXPLORE_SITES, ChromeFeatureList.REPORT_FEED_USER_ACTIONS})
@Features.DisableFeatures({ChromeFeatureList.EXPLORE_SITES,
ChromeFeatureList.REPORT_FEED_USER_ACTIONS, ChromeFeatureList.QUERY_TILES})
public class NewTabPageTest {
private static final int ARTICLE_SECTION_HEADER_POSITION = 1;
private static final int SIGNIN_PROMO_POSITION = 2;
......
......@@ -80,6 +80,7 @@ import org.chromium.content_public.browser.test.util.TouchCommon;
@RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
@EnableFeatures(ChromeFeatureList.HOMEPAGE_PROMO_CARD)
@Features.DisableFeatures(ChromeFeatureList.QUERY_TILES)
public class HomepagePromoTest {
public static final String PARTNER_HOMEPAGE_URL = "http://127.0.0.1:8000/foo.html";
public static final String CUSTOM_TEST_URL = "http://127.0.0.1:8000/bar.html";
......
......@@ -5028,6 +5028,81 @@
]
}
],
"QueryTiles": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "EnabledStitch",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "",
"image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1",
"most_visited_max_rows_small_screen": "1"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesEnableQueryEditing"
]
},
{
"name": "EnabledStitchWithNoSearchParam",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "disableSearchParams : true",
"image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1",
"most_visited_max_rows_small_screen": "1"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesEnableQueryEditing"
]
},
{
"name": "EnabledExplore",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1",
"most_visited_max_rows_small_screen": "1"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesEnableQueryEditing"
]
},
{
"name": "EnabledStart",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1",
"most_visited_max_rows_small_screen": "1"
},
"enable_features": [
"QueryTiles",
"QueryTilesEnableQueryEditing",
"QueryTilesInOmnibox"
]
}
]
}
],
"QuietNotificationPrompts": [
{
"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