| 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 ecf9fc1e3513624d0e630438e3b27c6981d03d9d..85e6f1d089ad17713c64537e82b0dd67d4b18eed 100644
|
| --- a/chrome/browser/sync/internal_api/sync_manager.h
|
| +++ b/chrome/browser/sync/internal_api/sync_manager.h
|
| @@ -124,10 +124,6 @@ class SyncManager {
|
| ~Status();
|
|
|
| Summary summary;
|
| - bool authenticated; // Successfully authenticated via GAIA.
|
| - bool server_up; // True if we have received at least one good
|
| - // reply from the server.
|
| - bool server_reachable; // True if we received any reply from the server.
|
| bool notifications_enabled; // True only if subscribed for notifications.
|
|
|
| // Notifications counters updated by the actions in synapi.
|
|
|