| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 307cfb42564abc4bf1c938060a5e96a1053ac1c8..5ac417f05deef30473c835560f8c70189e2e718e 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";
|
|
|
|
|