summaryrefslogtreecommitdiffstats
path: root/sync/engine/sync_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/sync_scheduler.h')
-rw-r--r--sync/engine/sync_scheduler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index 8540484..d5ff4c0 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -346,7 +346,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
SyncerStep* start,
SyncerStep* end);
- // Used to update |server_connection_ok_|, see below.
+ // Used to update |connection_code_|, see below.
void UpdateServerConnectionManagerStatus(
HttpResponse::ServerConnectionCode code);
@@ -394,9 +394,6 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
// since the nudges could be for different types. Current impl doesn't care.
base::TimeTicks last_sync_session_end_time_;
- // Have we observed a valid server connection?
- bool server_connection_ok_;
-
// The latest connection code we got while trying to connect.
HttpResponse::ServerConnectionCode connection_code_;