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

Unified Diff: components/sync/engine_impl/cycle/sync_cycle.cc

Issue 2850213002: [Sync] Minor refactor around SyncCycle and ModelTypeSet usage. (Closed)
Patch Set: Created 3 years, 8 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/sync/engine_impl/cycle/sync_cycle.cc
diff --git a/components/sync/engine_impl/cycle/sync_cycle.cc b/components/sync/engine_impl/cycle/sync_cycle.cc
index c51eb0fbb37872325207cec6b5a6f998d7fcc412..a8cf9822bed558eee0d5ce8522a5f902a79d4422 100644
--- a/components/sync/engine_impl/cycle/sync_cycle.cc
+++ b/components/sync/engine_impl/cycle/sync_cycle.cc
@@ -13,11 +13,6 @@
namespace syncer {
-// static
-SyncCycle* SyncCycle::Build(SyncCycleContext* context, Delegate* delegate) {
- return new SyncCycle(context, delegate);
-}
-
SyncCycle::SyncCycle(SyncCycleContext* context, Delegate* delegate)
: context_(context), delegate_(delegate) {
status_controller_ = base::MakeUnique<StatusController>();

Powered by Google App Engine
This is Rietveld 408576698