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

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

Issue 3110008: Massive refactoring of extensions sync code (Closed) Base URL: 76.121.192.83:~/projects/chromium/src
Patch Set: Fixed compile error Created 10 years, 4 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/browser/sync/glue/extension_util_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_factory_impl.cc
diff --git a/chrome/browser/sync/profile_sync_factory_impl.cc b/chrome/browser/sync/profile_sync_factory_impl.cc
index 3a3bd4659b572fbbde01d5928f20c9396c255fb6..8a0b293ea3b26a9647f5e86cd5c40e62c63ec5b2 100644
--- a/chrome/browser/sync/profile_sync_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_factory_impl.cc
@@ -166,7 +166,7 @@ ProfileSyncFactoryImpl::CreateExtensionSyncComponents(
ExtensionModelAssociator* model_associator =
new ExtensionModelAssociator(profile_sync_service);
ExtensionChangeProcessor* change_processor =
- new ExtensionChangeProcessor(error_handler, model_associator);
+ new ExtensionChangeProcessor(error_handler);
return SyncComponents(model_associator, change_processor);
}
« no previous file with comments | « chrome/browser/sync/glue/extension_util_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698