From 5d5c13d1df9ffe304f595ea886092a75d4be381e Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 22 Jun 2012 12:11:37 +0000 Subject: [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 --- sync/internal_api/public/sync_manager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sync/internal_api/public/sync_manager.h') diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h index 86f2b6d..3a2cf2e 100644 --- a/sync/internal_api/public/sync_manager.h +++ b/sync/internal_api/public/sync_manager.h @@ -368,6 +368,9 @@ class SyncManager { // HTTP header. Used internally when collecting stats to classify clients. // |sync_notifier| is owned and used to listen for notifications. // |report_unrecoverable_error_function| may be NULL. + // + // TODO(akalin): Replace the |post_factory| parameter with a + // URLFetcher parameter. bool Init(const FilePath& database_location, const csync::WeakHandle& event_handler, @@ -381,7 +384,6 @@ class SyncManager { csync::ExtensionsActivityMonitor* extensions_activity_monitor, ChangeDelegate* change_delegate, - const std::string& user_agent, const SyncCredentials& credentials, csync::SyncNotifier* sync_notifier, const std::string& restored_key_for_bootstrapping, -- cgit v1.1