| Index: chrome/browser/sync/internal_api/sync_manager.h
|
| diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h
|
| index 3133f78ced270d470d0c893a6b1daeed4679da5e..eaf5ccb1fe89b0b6f9c2e5a5f8125512dffe2368 100644
|
| --- a/chrome/browser/sync/internal_api/sync_manager.h
|
| +++ b/chrome/browser/sync/internal_api/sync_manager.h
|
| @@ -496,10 +496,6 @@ class SyncManager {
|
| // Request a clearing of all data on the server
|
| void RequestClearServerData();
|
|
|
| - // Add/remove change observers.
|
| - void AddChangeObserver(ChangeObserver* observer);
|
| - void RemoveChangeObserver(ChangeObserver* observer);
|
| -
|
| // Adds a listener to be notified of sync events.
|
| // NOTE: It is OK (in fact, it's probably a good idea) to call this before
|
| // having received OnInitializationCompleted.
|
|
|