summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.cc')
-rw-r--r--chrome/browser/sync/profile_sync_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index 15a530d..5732ebf 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -212,7 +212,7 @@ void ProfileSyncService::InitSettings() {
LOG(INFO) << "Using " << sync_service_url_ << " for sync server URL.";
use_chrome_async_socket_ =
- command_line.HasSwitch(switches::kSyncUseChromeAsyncSocket);
+ !command_line.HasSwitch(switches::kSyncDisableChromeAsyncSocket);
if (use_chrome_async_socket_) {
LOG(INFO) << "Using ChromeAsyncSocket";
}