Searched refs:omaha_cohort_hint (Results 1 – 1 of 1) sorted by relevance
1768 constexpr char omaha_cohort_hint[] = "cohort_hint"; in TEST_F() local1774 fake_prefs_.SetString(kPrefsOmahaCohortHint, omaha_cohort_hint); in TEST_F()1782 EXPECT_EQ(string::npos, post_str.find(omaha_cohort_hint)); in TEST_F()1788 constexpr char omaha_cohort_hint[] = "evil_string>"; in TEST_F() local1794 fake_prefs_.SetString(kPrefsOmahaCohortHint, omaha_cohort_hint); in TEST_F()1801 EXPECT_EQ(string::npos, post_str.find(omaha_cohort_hint)); in TEST_F()