| 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;
|
|
|
|
|