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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)

Created:
4 years ago by Alexander Yashkin
Modified:
4 years ago
CC:
blundell+watchlist_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, droger+watchlist_chromium.org, extensions-reviews_chromium.org, gcasto+watchlist_chromium.org, markusheintz_, msramek+watch_chromium.org, ntp-dev+reviews_chromium.org, oshima+watch_chromium.org, raymes+watch_chromium.org, sdefresne+watchlist_chromium.org, sync-reviews_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove duplicated user_prefs::TestingPrefServiceSyncable In https://codereview.chromium.org/2479113002/ it was discovered that current codebase has two duplicate TestingPrefServiceSyncable classes. One in component/sync_preferences and another in components/pref_registry. The decision from discussion is to delete the one in components/pref_registry. BUG=672900 R=gab@chromium.org, vasilii@chromium.org, hashimoto@chromium.org, pkasting@chromium.org, rdevlin.cronin@chromium.org, ben@chromium.org, blundell@chromium.org TBR=rdevlin.cronin@chromium.org, ben@chromium.org, blundell@chromium.org Committed: https://crrev.com/b2cf8f80ac8a98bff39300e3b1465012eaa5abdf Cr-Commit-Position: refs/heads/master@{#437790}

Patch Set 1 #

Patch Set 2 : More includes changed to sync_preferences/testing_pref_service_syncable.h #

Patch Set 3 : deps fixed in BUILD.gn after removal of pref_registry:test_support #

Patch Set 4 : Fixed usage from .mm files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -216 lines) Patch
M chrome/browser/chromeos/fileapi/external_file_url_request_job_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/browser/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/content_settings/core/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/content_settings/core/browser/cookie_settings_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/dom_distiller/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/core/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/dom_distiller/core/distilled_page_prefs_unittests.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/dom_distiller/core/dom_distiller_request_view_base_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/dom_distiller/standalone/content_extractor_browsertest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/feedback/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/feedback/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/feedback/feedback_uploader_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/invalidation/impl/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/invalidator_storage_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/invalidation/impl/ticl_profile_settings_provider_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/ntp_tiles/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/ntp_tiles/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_tiles/popular_sites_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/sync/browser/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/password_manager/sync/browser/sync_username_test_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/pref_registry/BUILD.gn View 1 chunk +0 lines, -17 lines 0 comments Download
D components/pref_registry/testing_pref_service_syncable.h View 1 chunk +0 lines, -38 lines 0 comments Download
D components/pref_registry/testing_pref_service_syncable.cc View 1 chunk +0 lines, -70 lines 0 comments Download
M components/search_engines/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines/default_search_manager_unittest.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M components/search_engines/default_search_pref_migration_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/search_engines/template_url_prepopulate_data_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/signin/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/signin/core/browser/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/signin/core/browser/account_investigator_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/signin/core/browser/signin_header_helper_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/signin/ios/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/ios/browser/account_consistency_service_unittest.mm View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M components/suggestions/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/suggestions/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/suggestions/blacklist_store_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M components/suggestions/suggestions_store_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/sync/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/sync/base/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/base/sync_prefs_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/translate/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/core/browser/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/translate/core/browser/translate_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/translate/core/browser/translate_prefs_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M components/translate/core/browser/translate_ranker_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/translate/core/browser/translate_ui_delegate_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/runtime/restart_after_delay_api_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/api_unittest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/lazy_background_task_queue_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (23 generated)
Alexander Yashkin
4 years ago (2016-12-09 14:40:39 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/1
4 years ago (2016-12-09 14:46:43 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years ago (2016-12-09 14:46:44 UTC) #5
vabr (Chromium)
Could you please file a bug for this and reference it in the CL description? ...
4 years ago (2016-12-09 14:51:23 UTC) #6
gab
//components/prefs_registry lgtm as well as any required DEPS addition for //components/sync_preferences. PS: it's okay to ...
4 years ago (2016-12-09 15:07:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/20001
4 years ago (2016-12-10 06:09:43 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/323235) ios-device on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-12-10 06:13:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/20001
4 years ago (2016-12-10 11:36:13 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/179123)
4 years ago (2016-12-10 11:39:43 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/40001
4 years ago (2016-12-10 19:32:31 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/6035)
4 years ago (2016-12-10 19:41:45 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/60001
4 years ago (2016-12-10 20:15:11 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/196629)
4 years ago (2016-12-10 21:51:19 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562733003/60001
4 years ago (2016-12-11 07:13:48 UTC) #34
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-11 17:36:21 UTC) #37
commit-bot: I haz the power
4 years ago (2016-12-12 15:09:43 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b2cf8f80ac8a98bff39300e3b1465012eaa5abdf
Cr-Commit-Position: refs/heads/master@{#437790}

Powered by Google App Engine
This is Rietveld 408576698