| Index: chrome/browser/sync/engine/syncapi.h
|
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
|
| index 139c8c4c465a32dfc3b70888b63a32e4410384c7..0e55270b405a8d75610a51cbe54dd4f76ef51c67 100644
|
| --- a/chrome/browser/sync/engine/syncapi.h
|
| +++ b/chrome/browser/sync/engine/syncapi.h
|
| @@ -932,9 +932,7 @@ class SyncManager {
|
| void RequestConfig(const syncable::ModelTypeBitSet& types,
|
| sync_api::ConfigureReason reason);
|
|
|
| - // Request a nudge of the syncer, which will cause the syncer thread
|
| - // to run at the next available opportunity.
|
| - void RequestNudge(const tracked_objects::Location& nudge_location);
|
| + void RequestCleanupDisabledTypes();
|
|
|
| // Request a clearing of all data on the server
|
| void RequestClearServerData();
|
|
|