summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/engine/net/server_connection_manager.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/sync/engine/net/server_connection_manager.cc b/chrome/browser/sync/engine/net/server_connection_manager.cc
index b0408f9..95a4701 100644
--- a/chrome/browser/sync/engine/net/server_connection_manager.cc
+++ b/chrome/browser/sync/engine/net/server_connection_manager.cc
@@ -299,7 +299,6 @@ void ServerConnectionManager::ResetConnection() {
}
bool ServerConnectionManager::IncrementErrorCount() {
-#if defined(OS_WIN)
error_count_mutex_.Acquire();
error_count_++;
@@ -323,8 +322,6 @@ bool ServerConnectionManager::IncrementErrorCount() {
error_count_mutex_.Release();
return true;
-#endif // defined(OS_WIN)
- return true;
}
void ServerConnectionManager::SetServerParameters(const string& server_url,