Home | History | Annotate | Download | only in extensions

Lines Matching refs:LastPingDay

110 // Tests the LastPingDay/SetLastPingDay functions.
119 EXPECT_TRUE(prefs()->LastPingDay(extension_id_).is_null());
125 Time result = prefs()->LastPingDay(extension_id_);
138 TEST_F(ExtensionPrefsLastPingDay, LastPingDay) {}