| Index: sync/engine/all_status.cc
|
| diff --git a/sync/engine/all_status.cc b/sync/engine/all_status.cc
|
| index e5840f31f436bc23ffb1f69939e5625235e3f1a9..6fa98d35c538af57273872b2babbcd671f0444b6 100644
|
| --- a/sync/engine/all_status.cc
|
| +++ b/sync/engine/all_status.cc
|
| @@ -122,6 +122,8 @@ void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) {
|
| status_.throttled_types = throttled_types;
|
| }
|
|
|
| +void AllStatus::OnMigrationRequested(ModelTypeSet) {}
|
| +
|
| SyncStatus AllStatus::status() const {
|
| base::AutoLock lock(mutex_);
|
| return status_;
|
|
|