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

Issue 1422773004: [sync] Abstract most ProfileSyncService //chrome deps (Closed)

Created:
5 years, 1 month ago by blundell
Modified:
5 years, 1 month ago
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@pss_chrome_signin_deps
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[sync] Abstract most ProfileSyncService //chrome deps This CL abstracts most of the remaining dependencies that ProfileSyncService has on //chrome and //content. The remaining dependencies are on code that will either be componentized or will shortly be ripped out. BUG=512825 TBR=rockot Committed: https://crrev.com/d551be189f9b3d85ffaf15519ba0c85bcaebe69d Cr-Commit-Position: refs/heads/master@{#358026}

Patch Set 1 #

Patch Set 2 : Self-review #

Patch Set 3 : Fix deps #

Total comments: 2

Patch Set 4 : Rebase #

Patch Set 5 : Response to review #

Total comments: 2

Patch Set 6 : Response to review #

Patch Set 7 : Rebase #

Patch Set 8 : Remove profile arg #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -80 lines) Patch
M chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/sync/chrome_sync_client.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/chrome_sync_client.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 2 3 4 5 6 7 2 chunks +18 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 3 4 5 6 7 8 6 chunks +32 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 5 6 7 8 18 chunks +56 lines, -59 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 1 2 3 4 5 6 7 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -2 lines 0 comments Download
M components/sync_driver.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/fake_sync_client.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/fake_sync_client.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M components/sync_driver/sync_client.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (8 generated)
blundell
5 years, 1 month ago (2015-10-30 15:31:36 UTC) #2
Nicolas Zea
https://codereview.chromium.org/1422773004/diff/40001/components/sync_driver/sync_client.h File components/sync_driver/sync_client.h (right): https://codereview.chromium.org/1422773004/diff/40001/components/sync_driver/sync_client.h#newcode137 components/sync_driver/sync_client.h:137: virtual base::FilePath GetBaseDirectory() = 0; How many of these ...
5 years, 1 month ago (2015-10-31 00:15:34 UTC) #3
blundell
https://codereview.chromium.org/1422773004/diff/40001/components/sync_driver/sync_client.h File components/sync_driver/sync_client.h (right): https://codereview.chromium.org/1422773004/diff/40001/components/sync_driver/sync_client.h#newcode137 components/sync_driver/sync_client.h:137: virtual base::FilePath GetBaseDirectory() = 0; On 2015/10/31 00:15:34, Nicolas ...
5 years, 1 month ago (2015-11-02 16:08:36 UTC) #7
Nicolas Zea
LGTM with one change https://codereview.chromium.org/1422773004/diff/80002/chrome/browser/sync/profile_sync_service.cc File chrome/browser/sync/profile_sync_service.cc (right): https://codereview.chromium.org/1422773004/diff/80002/chrome/browser/sync/profile_sync_service.cc#newcode179 chrome/browser/sync/profile_sync_service.cc:179: net::URLRequestContextGetter* url_request_context, The url request ...
5 years, 1 month ago (2015-11-02 19:36:56 UTC) #8
blundell
https://codereview.chromium.org/1422773004/diff/80002/chrome/browser/sync/profile_sync_service.cc File chrome/browser/sync/profile_sync_service.cc (right): https://codereview.chromium.org/1422773004/diff/80002/chrome/browser/sync/profile_sync_service.cc#newcode179 chrome/browser/sync/profile_sync_service.cc:179: net::URLRequestContextGetter* url_request_context, On 2015/11/02 19:36:56, Nicolas Zea wrote: > ...
5 years, 1 month ago (2015-11-03 12:37:32 UTC) #9
blundell
TBR=rockot for //chrome/browser/extensions
5 years, 1 month ago (2015-11-05 10:23:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773004/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773004/190001
5 years, 1 month ago (2015-11-05 10:27:24 UTC) #15
commit-bot: I haz the power
Committed patchset #9 (id:190001)
5 years, 1 month ago (2015-11-05 11:21:29 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-11-05 11:22:11 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/d551be189f9b3d85ffaf15519ba0c85bcaebe69d
Cr-Commit-Position: refs/heads/master@{#358026}

Powered by Google App Engine
This is Rietveld 408576698