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

Issue 1418573005: [invalidation] Componentize TiclProfileSettingsProvider (Closed)

Created:
5 years, 2 months ago by blundell
Modified:
5 years, 1 month ago
Reviewers:
bartfab (slow), pavely
CC:
chromium-reviews, tim+watch_chromium.org, pvalenzuela+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[invalidation] Componentize TiclProfileSettingsProvider This class is shared by the iOS port, and thus needs to decouple from //chrome dependencies for clean integration on iOS. This CL: - Passes in the PrefService to use instead of the Profile - Componentizes the switch and pref used - Componentizes the unittest BUG=519418 TBR=bartfab Committed: https://crrev.com/390a186158cb2b6cf84274afed8eed0d47c5284c Cr-Commit-Position: refs/heads/master@{#355244} Committed: https://crrev.com/4e693f661ac7b9b421edd29db41069418293e53e Cr-Commit-Position: refs/heads/master@{#356248}

Patch Set 1 #

Patch Set 2 : Fix Android compile #

Patch Set 3 : Fix ChromeOS #

Patch Set 4 : Rebase after revert of revert #

Patch Set 5 : Maintain pref registration on Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -268 lines) Patch
M chrome/browser/chromeos/policy/ticl_device_settings_provider.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/invalidation/profile_invalidation_provider_factory.cc View 1 2 3 4 4 chunks +5 lines, -8 lines 0 comments Download
D chrome/browser/invalidation/ticl_profile_settings_provider.h View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/browser/invalidation/ticl_profile_settings_provider.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/browser/invalidation/ticl_profile_settings_provider_unittest.cc View 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/impl/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_prefs.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_prefs.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_switches.cc View 1 chunk +5 lines, -1 line 0 comments Download
M components/invalidation/impl/profile_invalidation_provider.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M components/invalidation/impl/profile_invalidation_provider.cc View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
A + components/invalidation/impl/ticl_profile_settings_provider.h View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
A + components/invalidation/impl/ticl_profile_settings_provider.cc View 1 2 3 4 2 chunks +9 lines, -12 lines 0 comments Download
A + components/invalidation/impl/ticl_profile_settings_provider_unittest.cc View 1 2 3 4 4 chunks +31 lines, -27 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
blundell
5 years, 2 months ago (2015-10-20 19:30:26 UTC) #2
pavely
lgtm
5 years, 2 months ago (2015-10-21 00:18:43 UTC) #3
blundell
TBR=bartfab for trivial //chrome/browser/chromeos/policy change
5 years, 2 months ago (2015-10-21 06:00:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418573005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418573005/40001
5 years, 2 months ago (2015-10-21 06:01:57 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-21 06:29:19 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/390a186158cb2b6cf84274afed8eed0d47c5284c Cr-Commit-Position: refs/heads/master@{#355244}
5 years, 2 months ago (2015-10-21 06:30:08 UTC) #10
bartfab (slow)
lgtm
5 years, 2 months ago (2015-10-21 14:11:42 UTC) #11
blundell
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1421843002/ by blundell@chromium.org. ...
5 years, 1 month ago (2015-10-23 14:07:46 UTC) #12
blundell
Hi Pavel, Could you take a look at the delta between PS4 and PS5, which ...
5 years, 1 month ago (2015-10-26 14:38:52 UTC) #15
pavely
lgtm
5 years, 1 month ago (2015-10-26 23:32:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418573005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418573005/100001
5 years, 1 month ago (2015-10-27 07:09:58 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 1 month ago (2015-10-27 07:14:24 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-10-27 07:15:05 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4e693f661ac7b9b421edd29db41069418293e53e
Cr-Commit-Position: refs/heads/master@{#356248}

Powered by Google App Engine
This is Rietveld 408576698