| Index: chrome/browser/sync/profile_sync_service_observer.h
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_observer.h (revision 208727)
|
| +++ chrome/browser/sync/profile_sync_service_observer.h (working copy)
|
| @@ -16,11 +16,6 @@
|
| // - The sync servers are unavailable at this time.
|
| // - Credentials are now in flight for authentication.
|
| virtual void OnStateChanged() = 0;
|
| -
|
| - // If a client wishes to handle sync cycle completed events in a special way,
|
| - // they can use this function. By default, it re-routes to OnStateChanged().
|
| - virtual void OnSyncCycleCompleted();
|
| -
|
| protected:
|
| virtual ~ProfileSyncServiceObserver() { }
|
| };
|
|
|