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

Unified Diff: jingle/notifier/communicator/connection_options.cc

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/connection_options.h ('k') | jingle/notifier/communicator/login.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/connection_options.cc
diff --git a/jingle/notifier/communicator/connection_options.cc b/jingle/notifier/communicator/connection_options.cc
index fe52d7f97b420d8d4aa738626fcd693bd9c080d0..c103127d6a7c7306ae87577c08a7c7a48b1f5c9f 100644
--- a/jingle/notifier/communicator/connection_options.cc
+++ b/jingle/notifier/communicator/connection_options.cc
@@ -8,7 +8,6 @@ namespace notifier {
ConnectionOptions::ConnectionOptions()
: autodetect_proxy_(true),
- auto_reconnect_(true),
proxy_port_(0),
use_proxy_auth_(0),
allow_unverified_certs_(false) {
« no previous file with comments | « jingle/notifier/communicator/connection_options.h ('k') | jingle/notifier/communicator/login.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698