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

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

Issue 9348036: Trim code from sync's ServerConnectionManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back off some changes Created 8 years, 10 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 afc090f906f754687dcacc10820b09079843f9b1..1b0476a05c9ed7524f17f156cfc353c14f7014b0 100644
--- a/chrome/browser/sync/internal_api/sync_manager.h
+++ b/chrome/browser/sync/internal_api/sync_manager.h
@@ -115,10 +115,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.

Powered by Google App Engine
This is Rietveld 408576698