summaryrefslogtreecommitdiffstats
path: root/sync/engine/net/server_connection_manager.cc
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 12:11:37 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 12:11:37 +0000
commit5d5c13d1df9ffe304f595ea886092a75d4be381e (patch)
tree24df0b3f3ccd708fcb555a9320e46837f519cbe5 /sync/engine/net/server_connection_manager.cc
parenta1733df46d06f88f1d212de14a0ba352a5383731 (diff)
downloadchromium_src-5d5c13d1df9ffe304f595ea886092a75d4be381e.zip
chromium_src-5d5c13d1df9ffe304f595ea886092a75d4be381e.tar.gz
chromium_src-5d5c13d1df9ffe304f595ea886092a75d4be381e.tar.bz2
[Sync] Move HttpBridge to sync/
Remove all references to content in HttpBridge. Clean up handling of HTTP user agent in HttpBridge. BUG=133791 TEST= Review URL: https://chromiumcodereview.appspot.com/10645004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/engine/net/server_connection_manager.cc')
-rw-r--r--sync/engine/net/server_connection_manager.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sync/engine/net/server_connection_manager.cc b/sync/engine/net/server_connection_manager.cc
index 92f083e..152223a 100644
--- a/sync/engine/net/server_connection_manager.cc
+++ b/sync/engine/net/server_connection_manager.cc
@@ -168,11 +168,9 @@ ScopedServerStatusWatcher::~ScopedServerStatusWatcher() {
ServerConnectionManager::ServerConnectionManager(
const string& server,
int port,
- bool use_ssl,
- const string& user_agent)
+ bool use_ssl)
: sync_server_(server),
sync_server_port_(port),
- user_agent_(user_agent),
use_ssl_(use_ssl),
proto_sync_path_(kSyncServerSyncPath),
get_time_path_(kSyncServerGetTimePath),