| Index: components/sync_driver/data_type_controller.cc
|
| diff --git a/components/sync_driver/data_type_controller.cc b/components/sync_driver/data_type_controller.cc
|
| index 24f463cd30a4532a4225145f8948a682cdc5ac29..a3a867c12c5ac290a52b93e199bc435197a59d66 100644
|
| --- a/components/sync_driver/data_type_controller.cc
|
| +++ b/components/sync_driver/data_type_controller.cc
|
| @@ -65,4 +65,8 @@ void DataTypeController::RecordUnrecoverableError(
|
| error_callback_.Run();
|
| }
|
|
|
| +bool DataTypeController::ReadyForStart() const {
|
| + return true;
|
| +}
|
| +
|
| } // namespace browser_sync
|
|
|