Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dfield_trial_unittest.cc794 scoped_refptr<FieldTrial> other_hard_coded_trial = in TEST_F() local
796 EXPECT_EQ(other_hard_coded_trial, forced_trial); in TEST_F()
798 int would_win_group = other_hard_coded_trial->AppendGroup("Force", 1); in TEST_F()
799 EXPECT_EQ(forced_group, other_hard_coded_trial->group()); in TEST_F()