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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 3298021: Removed use of XmppSocketAdapter by sync. (Closed)
Patch Set: Fixed checkdeps problem Created 10 years, 3 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
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) {

Powered by Google App Engine
This is Rietveld 408576698