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

Unified Diff: components/invalidation/invalidation_switches.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 | « components/invalidation/invalidation_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidation_switches.cc
diff --git a/components/invalidation/invalidation_switches.cc b/components/invalidation/invalidation_switches.cc
index 2b3af213ee8d5769e1380cb8939d4048ddf5dae9..dffc2518045f4c78da021f3149b8748e16a17381 100644
--- a/components/invalidation/invalidation_switches.cc
+++ b/components/invalidation/invalidation_switches.cc
@@ -10,12 +10,6 @@ namespace switches {
// Overrides the default host:port used for notifications.
const char kSyncNotificationHostPort[] = "sync-notification-host-port";
-// Tries to connect to XMPP using SSLTCP first (for testing).
-const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
-
-// Invalidates any login info passed into sync's XMPP connection.
-const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login";
-
// Allows insecure XMPP connections for sync (for testing).
const char kSyncAllowInsecureXmppConnection[] =
"sync-allow-insecure-xmpp-connection";
« no previous file with comments | « components/invalidation/invalidation_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698