Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dfield_trial_unittest.cc835 const char kExtraGroupName[] = "Extra"; in TEST_F() local
842 forced_trial->AppendGroup(kExtraGroupName, 100); in TEST_F()
848 const int extra_group = client_trial->AppendGroup(kExtraGroupName, 0); in TEST_F()
854 EXPECT_EQ(kExtraGroupName, client_trial->group_name()); in TEST_F()
859 const char kExtraGroupName[] = "Extra"; in TEST_F() local
866 forced_trial->AppendGroup(kExtraGroupName, 0); in TEST_F()
872 const int extra_group = client_trial->AppendGroup(kExtraGroupName, 100); in TEST_F()