Searched defs:expected_notifications (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc252 size_t expected_notifications = updater_->NotificationCount(); local
259 expected_notifications += 2;
260 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
265 ++expected_notifications;
266 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
271 ++expected_notifications;
272 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
277 ++expected_notifications;
278 ASSERT_EQ(expected_notifications, updater_->NotificationCount());

Completed in 321 milliseconds