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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 73723006: Allow customization of HttpPostProviderFactory via ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/sync/profile_sync_service_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index e7ccdc6138eee151aa750e493ca513cd202e6acb..8f61fd9ccfab3bc0d8e95515d59501acc3dcfc35 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -165,7 +165,9 @@ class SyncBackendHostNoReturn : public SyncBackendHostMock {
scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory,
scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
syncer::ReportUnrecoverableErrorFunction
- report_unrecoverable_error_function) OVERRIDE {}
+ report_unrecoverable_error_function,
+ syncer::HttpPostProviderFactoryFactory*
+ http_post_provider_factory_factory) OVERRIDE {}
};
ACTION(ReturnNewSyncBackendHostMock) {

Powered by Google App Engine
This is Rietveld 408576698