Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: components/offline_pages/background/request_coordinator_unittest.cc

Issue 1985923002: Wireframe scheduler implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address BackgroundTask CR feedback from DougArnett Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/offline_pages/background/request_coordinator_unittest.cc
diff --git a/components/offline_pages/background/request_coordinator_unittest.cc b/components/offline_pages/background/request_coordinator_unittest.cc
index ca6b3632dbb3ea2ee7b89456ce828f73cd750d14..01ed3d93dda4b823378b6728992c4abab9331c2e 100644
--- a/components/offline_pages/background/request_coordinator_unittest.cc
+++ b/components/offline_pages/background/request_coordinator_unittest.cc
@@ -168,7 +168,7 @@ TEST_F(RequestCoordinatorTest, SavePageLater) {
// Expect that the scheduler got notified.
SchedulerStub* scheduler_stub = reinterpret_cast<SchedulerStub*>(
- coordinator()->GetSchedulerForTesting());
+ coordinator()->GetScheduler());
EXPECT_TRUE(scheduler_stub->schedule_called());
// Check that the offliner callback got a response.

Powered by Google App Engine
This is Rietveld 408576698