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

Unified Diff: trunk/src/sync/engine/sync_scheduler_unittest.cc

Issue 23658030: Revert 222154 "sync: Gracefully handle very early shutdown" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « trunk/src/sync/engine/sync_scheduler_impl.cc ('k') | trunk/src/sync/engine/syncer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sync/engine/sync_scheduler_unittest.cc
===================================================================
--- trunk/src/sync/engine/sync_scheduler_unittest.cc (revision 222204)
+++ trunk/src/sync/engine/sync_scheduler_unittest.cc (working copy)
@@ -41,7 +41,6 @@
class MockSyncer : public Syncer {
public:
- MockSyncer();
MOCK_METHOD3(NormalSyncShare, bool(ModelTypeSet,
const sessions::NudgeTracker&,
sessions::SyncSession*));
@@ -52,9 +51,6 @@
MOCK_METHOD2(PollSyncShare, bool(ModelTypeSet, sessions::SyncSession*));
};
-MockSyncer::MockSyncer()
- : Syncer(NULL) {}
-
typedef std::vector<TimeTicks> SyncShareTimes;
void QuitLoopNow() {
« no previous file with comments | « trunk/src/sync/engine/sync_scheduler_impl.cc ('k') | trunk/src/sync/engine/syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698