| Index: chrome/browser/sync/engine/syncapi.cc
|
| ===================================================================
|
| --- chrome/browser/sync/engine/syncapi.cc (revision 94934)
|
| +++ chrome/browser/sync/engine/syncapi.cc (working copy)
|
| @@ -1703,8 +1703,9 @@
|
| return data_ && data_->IsUsingExplicitPassphrase();
|
| }
|
|
|
| -void SyncManager::RequestNudge(const tracked_objects::Location& location) {
|
| - data_->RequestNudge(location);
|
| +void SyncManager::RequestCleanupDisabledTypes() {
|
| + if (data_->scheduler())
|
| + data_->scheduler()->ScheduleCleanupDisabledTypes();
|
| }
|
|
|
| void SyncManager::RequestClearServerData() {
|
|
|