diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:47:14 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:47:14 +0000 |
commit | c6e7f04cdec7b8a4348e6ff9310c67236deca6d0 (patch) | |
tree | d751086cebf6bddf594a5a484a58accae253153a /chrome/common/chrome_switches.cc | |
parent | 35d68277efb4134dd098cfffe3478598dd095da5 (diff) | |
download | chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.zip chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.tar.gz chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.tar.bz2 |
Removed use of XmppSocketAdapter by sync.
Moved XmppSocketAdapter and friends to remoting directory.
Removed some dead code in jingle/.
BUG=54146
TEST=none
Review URL: http://codereview.chromium.org/3298021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 307cfb425..5ac417f 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -988,11 +988,6 @@ const char kStartMaximized[] = "start-maximized"; // Control Sync XMPP client settings. const char kSyncAllowPlain[] = "allow-plain"; -// Disable the Chrome-socket-based buzz::AsyncSocket implementation -// for sync notifications, instead using libjingle sockets. -const char kSyncDisableChromeAsyncSocket[] = - "sync-disable-chrome-async-socket"; - // Control Sync XMPP client settings. const char kSyncDisableTls[] = "disable-tls"; |