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

Unified Diff: components/sync/engine/sync_engine.h

Issue 2563423005: [Sync] Move ConfigureDataTypes logic into DataTypeManagerImpl. (Closed)
Patch Set: Address comments. Created 3 years, 11 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 | « components/sync/engine/model_type_configurer.cc ('k') | components/sync/engine/sync_engine_host_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine.h
diff --git a/components/sync/engine/sync_engine.h b/components/sync/engine/sync_engine.h
index cdfff52f63973b7be63aa6701b590eb54138192f..6c1d9dc7155e59276de5bc4eab9adfeba028735c 100644
--- a/components/sync/engine/sync_engine.h
+++ b/components/sync/engine/sync_engine.h
@@ -131,19 +131,6 @@ class SyncEngine : public ModelTypeConfigurer {
// Must be called *after* StopSyncingForShutdown.
virtual void Shutdown(ShutdownReason reason) = 0;
- // Changes the set of data types that are currently being synced.
- // The ready_task will be run when configuration is done with the
- // set of all types that failed configuration (i.e., if its argument
- // is non-empty, then an error was encountered).
- // Returns the set of types that are ready to start without needing any
- // further sync activity.
- // ModelTypeConfigurer implementation.
- ModelTypeSet ConfigureDataTypes(
- ConfigureReason reason,
- const DataTypeConfigStateMap& config_state_map,
- const base::Callback<void(ModelTypeSet, ModelTypeSet)>& ready_task,
- const base::Callback<void()>& retry_callback) override = 0;
-
// Turns on encryption of all present and future sync data.
virtual void EnableEncryptEverything() = 0;
« no previous file with comments | « components/sync/engine/model_type_configurer.cc ('k') | components/sync/engine/sync_engine_host_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698