| Index: components/sync/engine/sync_engine.h
|
| diff --git a/components/sync/engine/sync_engine.h b/components/sync/engine/sync_engine.h
|
| index faf18d65ea3a36d33e937394b3592945c85eecff..cdfff52f63973b7be63aa6701b590eb54138192f 100644
|
| --- a/components/sync/engine/sync_engine.h
|
| +++ b/components/sync/engine/sync_engine.h
|
| @@ -131,10 +131,6 @@ class SyncEngine : public ModelTypeConfigurer {
|
| // Must be called *after* StopSyncingForShutdown.
|
| virtual void Shutdown(ShutdownReason reason) = 0;
|
|
|
| - // Removes all current registrations from the backend on the
|
| - // InvalidationService.
|
| - virtual void UnregisterInvalidationIds() = 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
|
|
|