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

Unified Diff: sync/sessions/sync_session_unittest.cc

Issue 73623003: Remove SyncSchedulerImpl::OnShouldStopSyncingPermanently (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FreshToken2.Step1
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « sync/sessions/sync_session.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/sync_session_unittest.cc
diff --git a/sync/sessions/sync_session_unittest.cc b/sync/sessions/sync_session_unittest.cc
index f751e25cd90e2c6a2d5f6aa86b989eee9ec4cb50..bc8501e918f78477c4d23e8d2b8a93a52d80170b 100644
--- a/sync/sessions/sync_session_unittest.cc
+++ b/sync/sessions/sync_session_unittest.cc
@@ -104,9 +104,6 @@ class SyncSessionTest : public testing::Test,
FailControllerInvocationIfDisabled(
"OnReceivedClientInvalidationHintBufferSize");
}
- virtual void OnShouldStopSyncingPermanently() OVERRIDE {
- FailControllerInvocationIfDisabled("OnShouldStopSyncingPermanently");
- }
virtual void OnSyncProtocolError(
const sessions::SyncSessionSnapshot& snapshot) OVERRIDE {
FailControllerInvocationIfDisabled("SyncProtocolError");
« no previous file with comments | « sync/sessions/sync_session.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698