Searched refs:missing_bools (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_unittest.cc156 const char* missing_bools[] = { local
163 for (int i = 0; i < arraysize(missing_bools); ++i) {
164 EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i];

Completed in 68 milliseconds