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

Unified Diff: sync/internal_api/public/sync_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 | « sync/internal_api/public/http_post_provider_interface.h ('k') | sync/internal_api/sync_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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 86f2b6ddf6253001e5ad6261ce796f6fab865971..3a2cf2ea8162578d55cd144566066e1f9c9b0d69 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<csync::JsEventHandler>&
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,
« no previous file with comments | « sync/internal_api/public/http_post_provider_interface.h ('k') | sync/internal_api/sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698