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

Issue 8596017: sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. (Closed)

Created:
9 years, 1 month ago by tim (not reviewing)
Modified:
9 years ago
CC:
chromium-reviews, GeorgeY, ncarter (slow), akalin, Raghu Simha, Erik does not do reviews, mihaip+watch_chromium.org, Aaron Boodman, dyu1, Paweł Hajdan Jr., Ilya Sherman, tim (not reviewing), dhollowa
Visibility:
Public.

Description

sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. Makes way for upcoming ProfileSyncServiceFactory. Note combining the two into one was considered, but the PKS pattern is to use a singleton, which is not ideal for ProfileSyncComponentsFactory. TBR=mirandac@chromium.org BUG=93922 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111113

Patch Set 1 : init #

Patch Set 2 : fix test #

Patch Set 3 : rebase #

Total comments: 7

Patch Set 4 : review #

Patch Set 5 : final #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -1246 lines) Patch
M chrome/browser/profiles/profile_impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/app_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/app_data_type_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 1 6 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/preference_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/preference_data_type_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/preference_data_type_controller_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/session_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_data_type_controller.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory.h View 4 chunks +7 lines, -5 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory_impl.h View 1 2 2 chunks +10 lines, -9 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 3 15 chunks +61 lines, -60 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 5 chunks +15 lines, -14 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory_mock.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + chrome/browser/sync/profile_sync_components_factory_mock.cc View 1 2 3 2 chunks +9 lines, -9 lines 0 comments Download
D chrome/browser/sync/profile_sync_factory.h View 1 chunk +0 lines, -179 lines 0 comments Download
D chrome/browser/sync/profile_sync_factory_impl.h View 1 2 1 chunk +0 lines, -103 lines 0 comments Download
D chrome/browser/sync/profile_sync_factory_impl.cc View 1 chunk +0 lines, -407 lines 0 comments Download
D chrome/browser/sync/profile_sync_factory_impl_unittest.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D chrome/browser/sync/profile_sync_factory_mock.h View 1 chunk +0 lines, -96 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory_mock.cc View 1 1 chunk +0 lines, -43 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_setup_wizard_unittest.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tim (not reviewing)
9 years, 1 month ago (2011-11-18 22:13:49 UTC) #1
tim (not reviewing)
Ready for a look now.
9 years, 1 month ago (2011-11-21 23:20:02 UTC) #2
Nicolas Zea
LGTM with nits http://codereview.chromium.org/8596017/diff/13001/chrome/browser/sync/glue/non_frontend_data_type_controller.cc File chrome/browser/sync/glue/non_frontend_data_type_controller.cc (right): http://codereview.chromium.org/8596017/diff/13001/chrome/browser/sync/glue/non_frontend_data_type_controller.cc#newcode281 chrome/browser/sync/glue/non_frontend_data_type_controller.cc:281: NonFrontendDataTypeController::profile_sync_factory() const { indent http://codereview.chromium.org/8596017/diff/13001/chrome/browser/sync/profile_sync_components_factory_impl.cc File ...
9 years, 1 month ago (2011-11-22 00:01:03 UTC) #3
tim (not reviewing)
http://codereview.chromium.org/8596017/diff/13001/chrome/browser/sync/glue/non_frontend_data_type_controller.cc File chrome/browser/sync/glue/non_frontend_data_type_controller.cc (right): http://codereview.chromium.org/8596017/diff/13001/chrome/browser/sync/glue/non_frontend_data_type_controller.cc#newcode281 chrome/browser/sync/glue/non_frontend_data_type_controller.cc:281: NonFrontendDataTypeController::profile_sync_factory() const { On 2011/11/22 00:01:03, nzea wrote: > ...
9 years, 1 month ago (2011-11-22 00:38:15 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/8596017/18001
9 years, 1 month ago (2011-11-22 04:44:20 UTC) #5
commit-bot: I haz the power
Presubmit check for 8596017-18001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-22 04:44:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/8596017/18001
9 years, 1 month ago (2011-11-22 05:44:58 UTC) #7
commit-bot: I haz the power
Change committed as 111113
9 years, 1 month ago (2011-11-22 07:49:54 UTC) #8
Miranda Callahan
9 years ago (2011-11-22 13:43:31 UTC) #9
On 2011/11/22 07:49:54, I haz the power (commit-bot) wrote:
> Change committed as 111113

LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698