Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index 64d41e63270c335504ec2c3c6f00268f510fab27..1d32fc816cd3767a7e0c3870a8d31c349849f83a 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -220,12 +220,6 @@ void ProfileSyncService::InitSettings() { |
<< " for test sync notification server."; |
} |
- notifier_options_.use_chrome_async_socket = |
- !command_line.HasSwitch(switches::kSyncDisableChromeAsyncSocket); |
- if (notifier_options_.use_chrome_async_socket) { |
- LOG(INFO) << "Using ChromeAsyncSocket"; |
- } |
- |
notifier_options_.try_ssltcp_first = |
command_line.HasSwitch(switches::kSyncUseSslTcp); |
if (notifier_options_.try_ssltcp_first) { |