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

Unified Diff: sync/engine/net/server_connection_manager.h

Issue 10645004: [Sync] Move HttpBridge to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | sync/engine/net/server_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/net/server_connection_manager.h
diff --git a/sync/engine/net/server_connection_manager.h b/sync/engine/net/server_connection_manager.h
index 4083ba23816eac9d683d878c197b3de701c42bb9..c61352e5a302c721675759880fc315a4c7b7090b 100644
--- a/sync/engine/net/server_connection_manager.h
+++ b/sync/engine/net/server_connection_manager.h
@@ -176,8 +176,7 @@ class ServerConnectionManager {
ServerConnectionManager(const std::string& server,
int port,
- bool use_ssl,
- const std::string& user_agent);
+ bool use_ssl);
virtual ~ServerConnectionManager();
@@ -191,8 +190,6 @@ class ServerConnectionManager {
void AddListener(ServerConnectionEventListener* listener);
void RemoveListener(ServerConnectionEventListener* listener);
- inline std::string user_agent() const { return user_agent_; }
-
inline HttpResponse::ServerConnectionCode server_status() const {
DCHECK(thread_checker_.CalledOnValidThread());
return server_status_;
@@ -287,9 +284,6 @@ class ServerConnectionManager {
// The unique id of the user's client.
std::string client_id_;
- // The user-agent string for HTTP.
- std::string user_agent_;
-
// Indicates whether or not requests should be made using HTTPS.
bool use_ssl_;
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | sync/engine/net/server_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698