Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2454)

Unified Diff: chrome/browser/sync/internal_api/sync_manager.h

Issue 9251035: Delete lots of sync ServerConnectionManager code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a55328a3350f458760007bcddf93c6c8f3ccfef4..0f6f82d6c9ee1313fda517d9498984f71107bf36 100644
--- a/chrome/browser/sync/internal_api/sync_manager.h
+++ b/chrome/browser/sync/internal_api/sync_manager.h
@@ -117,10 +117,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 server_broken; // True of the syncer is stopped because of server
// issues.
bool notifications_enabled; // True only if subscribed for notifications.

Powered by Google App Engine
This is Rietveld 408576698