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

Unified Diff: sync/test/engine/syncer_command_test.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/test/engine/syncer_command_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/syncer_command_test.cc
diff --git a/sync/test/engine/syncer_command_test.cc b/sync/test/engine/syncer_command_test.cc
index 3baf2d1ae78a2a9c7615df562a1e46b80d6bb753..8cf8e13bec1b4bfdd061cf693818d7a24dafe815 100644
--- a/sync/test/engine/syncer_command_test.cc
+++ b/sync/test/engine/syncer_command_test.cc
@@ -44,10 +44,6 @@ void SyncerCommandTestBase::OnReceivedClientInvalidationHintBufferSize(
FAIL() << "Should not get hint buffer size.";
}
-void SyncerCommandTestBase::OnShouldStopSyncingPermanently() {
- FAIL() << "Shouldn't be called.";
-}
-
void SyncerCommandTestBase::OnSyncProtocolError(
const sessions::SyncSessionSnapshot& session) {
return;
« no previous file with comments | « sync/test/engine/syncer_command_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698