Home
last modified time | relevance | path

Searched refs:hard_coded_trial (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/metrics/
Dfield_trial_unittest.cc657 FieldTrial* hard_coded_trial = in TEST_F() local
659 EXPECT_EQ(hard_coded_trial, forced_trial); in TEST_F()
661 int would_lose_group = hard_coded_trial->AppendGroup("Force", 0); in TEST_F()
662 EXPECT_EQ(forced_group, hard_coded_trial->group()); in TEST_F()