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

Unified Diff: jingle/notifier/communicator/login_connection_state.h

Issue 2809056: Rewrote handing of auto-reconnection and network changes for sync notifier. (Closed)
Patch Set: Fixed bug Created 10 years, 5 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
« no previous file with comments | « jingle/notifier/communicator/login.cc ('k') | jingle/notifier/communicator/single_login_attempt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/login_connection_state.h
diff --git a/jingle/notifier/communicator/login_connection_state.h b/jingle/notifier/communicator/login_connection_state.h
index db90451b22943a7b2a2b9e64dcf804ce2e811c22..d4c6470e10a8ffee05f0f0727dd8149cfa2aaf31 100644
--- a/jingle/notifier/communicator/login_connection_state.h
+++ b/jingle/notifier/communicator/login_connection_state.h
@@ -11,12 +11,8 @@
namespace notifier {
enum LoginConnectionState {
- STATE_CLOSED,
- // Same as the closed state but indicates that a countdown is
- // happening for auto-retrying the connection.
- STATE_RETRYING,
- STATE_OPENING,
- STATE_OPENED,
+ STATE_DISCONNECTED,
+ STATE_CONNECTED,
};
} // namespace notifier
« no previous file with comments | « jingle/notifier/communicator/login.cc ('k') | jingle/notifier/communicator/single_login_attempt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698