| 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 0ad6cc6b6caa29e621014a0f2bc5f1942b70d04a..35eaae1a1991bc366c9da22ca234fb43970f3ed6 100644
|
| --- a/chrome/browser/sync/internal_api/sync_manager.h
|
| +++ b/chrome/browser/sync/internal_api/sync_manager.h
|
| @@ -493,10 +493,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.
|
|
|