Chromium Code Reviews| Index: components/offline_pages/core/background/request_coordinator_unittest.cc |
| diff --git a/components/offline_pages/core/background/request_coordinator_unittest.cc b/components/offline_pages/core/background/request_coordinator_unittest.cc |
| index 0c5030cb5ba73773293469ccff6193d02613a3c2..0fb6df222005f9c6708b912ec6e049569516f32e 100644 |
| --- a/components/offline_pages/core/background/request_coordinator_unittest.cc |
| +++ b/components/offline_pages/core/background/request_coordinator_unittest.cc |
| @@ -670,6 +670,9 @@ TEST_F(RequestCoordinatorTest, OfflinerDoneRequestSucceeded) { |
| // Check that the observer got the notification that we succeeded, and that |
| // the request got removed from the queue. |
| EXPECT_TRUE(observer().completed_called()); |
| + histograms().ExpectBucketCount( |
| + "OfflinePages.Background.FinalSavePageResult.bookmark", 0, /* SUCCESS */ |
|
Pete Williamson
2017/03/17 20:50:56
Are there any tests where we could check for a fai
chili
2017/03/17 21:17:18
Done.
|
| + 1); |
| EXPECT_EQ(RequestCoordinator::BackgroundSavePageResult::SUCCESS, |
| observer().last_status()); |
| } |