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

Unified Diff: components/invalidation/invalidation_service_util.cc

Issue 323133002: Remove --sync-invalidate-xmpp-login and --sync-try-ssltcp-first-for-xmpp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | components/invalidation/invalidation_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidation_service_util.cc
diff --git a/components/invalidation/invalidation_service_util.cc b/components/invalidation/invalidation_service_util.cc
index 7a7217005757f4d864ff1e360465487bc08e6df4..b3b868020d444f6f638e203a8d51ef17183c683c 100644
--- a/components/invalidation/invalidation_service_util.cc
+++ b/components/invalidation/invalidation_service_util.cc
@@ -25,16 +25,6 @@ notifier::NotifierOptions ParseNotifierOptions(
<< " for test sync notification server.";
}
- notifier_options.try_ssltcp_first =
- command_line.HasSwitch(switches::kSyncTrySsltcpFirstForXmpp);
- DVLOG_IF(1, notifier_options.try_ssltcp_first)
- << "Trying SSL/TCP port before XMPP port for notifications.";
-
- notifier_options.invalidate_xmpp_login =
- command_line.HasSwitch(switches::kSyncInvalidateXmppLogin);
- DVLOG_IF(1, notifier_options.invalidate_xmpp_login)
- << "Invalidating sync XMPP login.";
-
notifier_options.allow_insecure_connection =
command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
DVLOG_IF(1, notifier_options.allow_insecure_connection)
« no previous file with comments | « no previous file | components/invalidation/invalidation_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698